hitechboy78737
Programmer
This is probably a basic question... but how on earth do I close a win form when opening another within the same application, using the compact framework?
I have tried this:
This SEEMS to open the new form, but then closes the application...
What am I missing here?
Thanks!
Kevin Howell
I have tried this:
Code:
dim f as new frm_main
f.show
me.close
This SEEMS to open the new form, but then closes the application...
What am I missing here?
Thanks!
Kevin Howell