W
Wayne Wengert
In VB6 I used to use frmForm1.Show to make a form visible to the user and
then use Unload frmForm1 to unload it. I have an app in which I need to
"load" and "unload" forms based on user actions. How do I do this in VB.NET?
Just hiding a form won't do as I need the logic in the OnLoad event to
execute when the form loads each time.
then use Unload frmForm1 to unload it. I have an app in which I need to
"load" and "unload" forms based on user actions. How do I do this in VB.NET?
Just hiding a form won't do as I need the logic in the OnLoad event to
execute when the form loads each time.