on Form1 I have a button, I want it so that when this button is clicked Form2 is loaded up. How can this be achieved?
Cheers. :)
Printable View
on Form1 I have a button, I want it so that when this button is clicked Form2 is loaded up. How can this be achieved?
Cheers. :)
VB Code:
Dim Form2 as New Form2 Form2.Show()