i want to redirect from form1 to form2 .and when form2 is opened ,i want to close the form1.
the method i wrote in form 1 is
dim f as new form2
f.show()
me.close()
but without opening form2 the form is closed.
the method i wrote in form 1 is
dim f as new form2
f.show()
me.close()
but without opening form2 the form is closed.