Software Development Network>> VS Express Editions>> How I can create multiple forms?
In the OnLoad event of the first form, allocate a new instance of the second form and call its Show method and store it in a member variable. In the OnClose event, close the second form.
How I can create multiple forms?
Virmundi
In the OnLoad event of the first form, allocate a new instance of the second form and call its Show method and store it in a member variable. In the OnClose event, close the second form.