Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing a form
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Mobile development
Title:
Showing a form
Miscellaneous
Thread ID:
00901256
Message ID:
00901256
Views:
59
I use the following code to open a form which is called from a menu.

frmAnimalsReport AnimalsReport = new frmAnimalsReport() ;
AnimalsReport.Show() ;


This works ok, but because the form is minimised every time the form is run it creates a new instance. How can I check if the form has been loaded and if it has, just show it?

This is a Pocket PC application written in C#

Thanks

John
Next
Reply
Map
View

Click here to load this message in the networking platform