随笔分类 -  ASP.NET / WinForm

摘要:Winfrom ListBox绑定数据源list界面不更新问题与绑定数据源不可CRUD问题场景:获取一个listbox的选中项添加到另一个listbox中解决方案-1:不要直接绑定DataSource 先把ListBox绑定到BindingSource bs中在绑定bs即可代码案例:1-1:可更新全... 阅读全文
posted @ 2014-11-05 13:33 若云 阅读(876) 评论(0) 推荐(0)
摘要:--------------------------------------------------------------------------------1、父窗体Form1中调用子窗体Form2代码:Form2 fr = new Form2();this.hide();fr.ShowDial... 阅读全文
posted @ 2014-10-20 16:51 若云 阅读(1070) 评论(6) 推荐(1)