Tips in MDI forms (Windows application):
========================================
In MDI windows application we will face problem while opening same window again and again.
with out creating new instance of child form how to use already open instance of form?
Form1 objForm1=(Form1) Application.OpenForms["Form1"];
========================================
In MDI windows application we will face problem while opening same window again and again.
with out creating new instance of child form how to use already open instance of form?
Form1 objForm1=(Form1) Application.OpenForms["Form1"];
No comments:
Post a Comment