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 don
Code:
Dim frm As New Form2()
frm.Show()