AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
i'm new in vb.net , usually i've used vb 6 but now i have to learn vb.net for develop system.. i dont understand how to load a form from a button.. help me..urgent!!
vb.net is really new for me..i just found the solution myself... to load a form.. frmMain.Show() or in form itself, just use Me.Show() or to hide it frmMain.Hide() @ Me.Hide()