I created Form1 with a button and a textbox on it. I then added Form2 to the project, and changed
VB Code:
Inherits System.Windows.Forms.Form
to
VB Code:
Inherits WindowsApplication2.Form1
That of course, got me the basic look of Form1 on Form2. Now, I'd like to handle the click event of Button1. How can I do that?




Reply With Quote