Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I know that a Form already exists?
Message
 
To
05/06/2002 06:44:01
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00664859
Message ID:
00665643
Views:
17
This is how I do it
objOrders=new frmOrders() //you create a new form
//Check to see that the form object is around
objOrders != null && objOrders.IsDisposed==false

Hope it helps
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform