Help App ending

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a for that loads data into ram as my application starting form, but
when i open another form and close the loading form my application ends
why?
how can i transfer application control over to the new form
 
Hi,
You may try setting your first loading form invisible instead of
closing it, and you can use Application.Exit inside other forms to
close your application. As per my knowledge, the very first startup
form is considered to be Main form of the application and that is the
reason why your application is ending when you close your loading form.

Best Regards,
Bipin Kesharwani
(Developer)

Palewar Techno Solutions
Windows Mobile & Palm Development
Nagpur, India

www.palewar.com
 
Back
Top