954,515 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Connect two forms using a button

I want to click on a button and have it open another form. The other form is called Kindy.

dier02
Newbie Poster
4 posts since Jan 2008
Reputation Points: 10
Solved Threads: 0
 

Hi,

FormName.Show 'to open a form

and

FormName.ShowDialog 'to open a modal form

ptaylor965
Junior Poster
170 posts since Oct 2006
Reputation Points: 16
Solved Threads: 19
 
I want to click on a button and have it open another form. The other form is called Kindy.


Button1_click()
{
kindy.show()
}

prakashj
Newbie Poster
5 posts since Jan 2008
Reputation Points: 10
Solved Threads: 0
 

Button1_click()
{
enterformname.show()
}

TransKim
Newbie Poster
15 posts since Sep 2007
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You