i have form form1 with a button when i click on that it should open an other form form2 and close the form1
for that the code i wrote is like this
dim frm as new form2
on button click
frm.show()
me.close
on writing/running this code the whole application is getting closed
what to do
for that the code i wrote is like this
dim frm as new form2
on button click
frm.show()
me.close
on writing/running this code the whole application is getting closed
what to do
Comment