Y
Yavuz Bogazci
Hi,
i have the following problem:
In VB6 i switched between two forms on this way:
FORM1:
sub onButton_Click
form2.show
me.close
end sub
FORM2:
sub onButton_Click
form1.show
me.close
end sub
How can i realize this with VB.Net? When i want to show
form2 with
form2.show()
me.close()
the hole Application terminates! What must i do?
Thank you
Yavuz Bogazci
i have the following problem:
In VB6 i switched between two forms on this way:
FORM1:
sub onButton_Click
form2.show
me.close
end sub
FORM2:
sub onButton_Click
form1.show
me.close
end sub
How can i realize this with VB.Net? When i want to show
form2 with
form2.show()
me.close()
the hole Application terminates! What must i do?
Thank you
Yavuz Bogazci