B
boskomihic
Guest
I have two questions about starting Form2 from Form1:
1. When I run this code from Form1, VB.NET stops going trough code until I dont close Form2. How can I make it, so code, from where I called Form2, continues with running?
2. How can I pass Variables from one form to other?
Visual Basic:
Dim frm As New Form2()
frm.Show()
2. How can I pass Variables from one form to other?