T
Tim
Is it possible to close the form I invoked via
Application.Run() as I invoke another form without
the application exiting? (I'd rather not hide it
since I don't need it anymore)
....call to form:
Application.Run(new form1)
......from a button on form1:
dim f as new form2
form2.show
me.close
Thanks.
Application.Run() as I invoke another form without
the application exiting? (I'd rather not hide it
since I don't need it anymore)
....call to form:
Application.Run(new form1)
......from a button on form1:
dim f as new form2
form2.show
me.close
Thanks.