周克的技术Blog

在.Net的海洋里面寻找真我

导航

随笔分类 -  WinForm

WinForm自动菜单合并
摘要:通过将 MDI 父窗体的 IsMdiContainer 属性设置为 true 来创建 MDI 父窗体。 向 MDI 父窗体添加 MenuStrip,将其 MainMenuStrip 属性设置为 MenuStrip。 创建一个 MDI 子窗体,并将其 MdiParent 属性设置为目标窗体的名称。 向 MDI 子窗体添加一个 MenuStrip。 将目标 MenuStrip 的 Vi... 阅读全文

posted @ 2007-10-28 23:27 周克 阅读(2298) 评论(2) 推荐(0) 编辑

Client Settings FAQ
摘要:Give a link:http://blogs.msdn.com/rprabhu/articles/433979.aspx?CommentPosted=true#commentmessage 阅读全文

posted @ 2007-08-15 15:33 周克 阅读(418) 评论(0) 推荐(0) 编辑

ClickOnce 部署多语言程序需要注意的地方
摘要: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)'... 阅读全文

posted @ 2006-08-14 04:24 周克 阅读(760) 评论(1) 推荐(0) 编辑

可恶的AutoSizeColumnMode和DataError
摘要:项目中DataGridView中使用了DataGridViewComboBoxColumn,不记得在哪里看到AutoSizeColumnMode设置成allcells,AutoSizeRowsMode=None,觉得蛮好的,结果把所有表单的DGV都设置成这样,不幸的意外发生了:结果关闭表单的时候就会发生DataError错误,说什么DataGridViewComboBoxCell的值不合法。这时候... 阅读全文

posted @ 2006-05-29 21:42 周克 阅读(1463) 评论(1) 推荐(0) 编辑

介绍一个可以读取保存在程序集里面的图片资源的小工具
摘要: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... 阅读全文

posted @ 2006-05-28 22:37 周克 阅读(723) 评论(0) 推荐(0) 编辑

vs2005强类型主从表加上级联约束后无法添加从表数据
摘要:因为主表使用的是autoid,所以必须加上级联约束,以保证新增主表记录返回id后能更新到从表里面的关联主表id。现在的情况是datagridview控件在添加完一行从表记录后提示无法找到主表id,原因是主表还没有提交到数据源,如果我把主表的bindingsource.endedit后从表记录又没有了,如何解决这种一次性保存主从表的问题? 阅读全文

posted @ 2006-05-27 03:40 周克 阅读(1673) 评论(8) 推荐(0) 编辑

在WinForm中使用Membership
摘要:参考Enterprise Library 2006 Security Appliction Block的quickstart 阅读全文

posted @ 2006-05-15 02:15 周克 阅读(1154) 评论(0) 推荐(0) 编辑

深圳.Net俱乐部2.26活动资源下载之——从SmartClient到ClickOnce
摘要:今天讲座的PPT,应广大听众要求加了一些相关资源的连接。PPT下载 程序 种子 阅读全文

posted @ 2006-02-26 21:17 周克 阅读(431) 评论(0) 推荐(0) 编辑