Form problem
Hi GambleLee,Perhaps you take a look at the following documents; perhaps it will offer some inspiration for the issue.How to: Communicate Between Forms in an Application Communication Between Two...
View ArticleForm problem
" Ultimately, you may end up replacing all of that assignment with a BindingSource that binds the properties of Foo to controls in FormB. "what is the meaning of this ? I have try many times but still...
View ArticleForm problem
1. Create a class whose properties are the data elements that FormA is displaying and that FormB will be modifying.2. Create an overload of Show() or ShowDialog() in FormB that accepts an instance of...
View ArticleForm problem
I have a form problem .Example :FormA -- Display specific data . Click a button to open FormB .FormB -- Use to edit FormA specific data . When FormB edit successfully , I need to update the data in...
View Article