摘要:通过将 MDI 父窗体的 IsMdiContainer 属性设置为 true 来创建 MDI 父窗体。 向 MDI 父窗体添加 MenuStrip,将其 MainMenuStrip 属性设置为 MenuStrip。 创建一个 MDI 子窗体,并将其 MdiParent 属性设置为目标窗体的名称。 向 MDI 子窗体添加一个 MenuStrip。 将目标 MenuStrip 的 Vi...
阅读全文
摘要:Give a link:http://blogs.msdn.com/rprabhu/articles/433979.aspx?CommentPosted=true#commentmessage
阅读全文
摘要:You can download your culture specific resources with ClickOnce. There are a couple of ways to do this using Visual Studio.1. Set 'Publish Language' property to 'English' or 'English (United States)'...
阅读全文
摘要:项目中DataGridView中使用了DataGridViewComboBoxColumn,不记得在哪里看到AutoSizeColumnMode设置成allcells,AutoSizeRowsMode=None,觉得蛮好的,结果把所有表单的DGV都设置成这样,不幸的意外发生了:结果关闭表单的时候就会发生DataError错误,说什么DataGridViewComboBoxCell的值不合法。这时候...
阅读全文
摘要:I found the images in BindingNavigator Control are beautiful.They seem not to be in the project resources.Where are they ? The images are loacted in the Form1.resx file and not in the project resourc...
阅读全文
摘要:因为主表使用的是autoid,所以必须加上级联约束,以保证新增主表记录返回id后能更新到从表里面的关联主表id。现在的情况是datagridview控件在添加完一行从表记录后提示无法找到主表id,原因是主表还没有提交到数据源,如果我把主表的bindingsource.endedit后从表记录又没有了,如何解决这种一次性保存主从表的问题?
阅读全文
摘要:参考Enterprise Library 2006 Security Appliction Block的quickstart
阅读全文
摘要:今天讲座的PPT,应广大听众要求加了一些相关资源的连接。PPT下载 程序 种子
阅读全文