Connect two forms using a button

Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Jan 2008
Posts: 3
Reputation: dier02 is an unknown quantity at this point 
Solved Threads: 0
dier02's Avatar
dier02 dier02 is offline Offline
Newbie Poster

Connect two forms using a button

 
0
  #1
Jan 26th, 2008
I want to click on a button and have it open another form. The other form is called Kindy.
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 169
Reputation: ptaylor965 is an unknown quantity at this point 
Solved Threads: 19
Sponsor
ptaylor965's Avatar
ptaylor965 ptaylor965 is offline Offline
Junior Poster

Re: Connect two forms using a button

 
0
  #2
Jan 26th, 2008
Hi,

FormName.Show 'to open a form

and

FormName.ShowDialog 'to open a modal form
Peter Taylor
Visual Basic.NET Application Developer

TaylorsNet
http://www.taylorsnet.co.uk
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 5
Reputation: prakashj is an unknown quantity at this point 
Solved Threads: 0
prakashj prakashj is offline Offline
Newbie Poster

Re: using a button

 
0
  #3
Jan 30th, 2008
Originally Posted by dier02 View Post
I want to click on a button and have it open another form. The other form is called Kindy.

Button1_click()
{
kindy.show()
}
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 15
Reputation: TransKim is an unknown quantity at this point 
Solved Threads: 0
TransKim TransKim is offline Offline
Newbie Poster

Re: Connect two forms using a button

 
0
  #4
Mar 28th, 2009
Button1_click()
{
enterformname.show()
}
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC