right now i have a form that creates an instance of anouther form
(
form1 form1instance = new form1();
form1instance.showdialog()
)
the user makes changes in form1instance, and then exits the form.
how can i refresh the parent form?
using .net 3.5
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 15
Thread: Refreshing a formThreaded View
|
Click Here to Expand Forum to Full Width |