borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Printing Listbox in VB.net)Next Topic (End of WorkSheet) New Topic New Poll Post Reply
AndreaVB Forum : VB.Net : load form from button Solved Topic
Poster Message
eira_ak
Level: Protégé

Registered: 08-03-2007
Posts: 8

icon load form from button

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!!   

08-03-2007 at 06:27 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
eira_ak
Level: Protégé

Registered: 08-03-2007
Posts: 8
icon Re: load form from button

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()

16-03-2007 at 08:01 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : VB.Net : load form from button Solved Topic
Previous Topic (Printing Listbox in VB.net)Next Topic (End of WorkSheet) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder