A
Ana Rita
I'm starting with vb.net, and i already come across with
some problens.
i have three forms.
The start form is form1.vb, and it have two buttons.
Button1 shows Form2.vb, and button2 shows Form3.vb.
I've place the instance of the two forms into the main
body of the form (i.e. outside any Subs, Events or
Methods):
Dim F2 as new Form2
Dim F3 as new Form3
If i do this and try to run the project the main form
doesn't appear.
If i only instance a form, the main form appear when i
run the project.
Theres any one who can help me.
Thank you all.
Ana Rita
some problens.
i have three forms.
The start form is form1.vb, and it have two buttons.
Button1 shows Form2.vb, and button2 shows Form3.vb.
I've place the instance of the two forms into the main
body of the form (i.e. outside any Subs, Events or
Methods):
Dim F2 as new Form2
Dim F3 as new Form3
If i do this and try to run the project the main form
doesn't appear.
If i only instance a form, the main form appear when i
run the project.
Theres any one who can help me.
Thank you all.
Ana Rita