Quote:
|
Originally Posted by warpminded
Can anybody tell me what the correct code is for loading and unloading different forms in VB.Net. It is not the same as VB6.
i am really confused.
|
FormName.Close
or
FormName.Dispose
__________________
Shane Bauer
Microsoft Certified Professional (MCP) - ASP.NET
ASP/ASP.net, C#, VB/VB.NET, PHP, Perl, SQL
|