P
prob
I would like to acheive the following VB6 code in VB.NET
Code in the Form1 - Button1_Click
Dim obj1 as new form2
obj1.Prop = myprop
obj1.show
unload me
Code in the Form1 - Button1_Click
Dim obj1 as new form2
obj1.Prop = myprop
obj1.show
unload me