cyrilgupta
Newcomer
Hello,
I need some newbie help.
I want to load a form from another in VB.Net. I used to do this using Load Form in VB, and the form used to stay visible even after the form that I loaded it from was destroyed.
I have tried creating a global variable for the form, but still whenever i dispose the calling form, my new form unloads as well.
... I need to load a form from another, and keep it loaded even when the first form is destroyed...
All help will be appreciated.
Regards
CyrilGupta
I need some newbie help.
I want to load a form from another in VB.Net. I used to do this using Load Form in VB, and the form used to stay visible even after the form that I loaded it from was destroyed.
I have tried creating a global variable for the form, but still whenever i dispose the calling form, my new form unloads as well.
... I need to load a form from another, and keep it loaded even when the first form is destroyed...
All help will be appreciated.
Regards
CyrilGupta