| Author: vipul 28 Aug 2008 | Member Level: Diamond | Rating: Points: 3 |
hi, for that you used this way foreach (Form a in Application.OpenForms) { if (a is avernusAbout) { // About form is open break; } // About form is not open... }
vipul, http://dongavipul.blogspot.com
|
| Author: krish 29 Aug 2008 | Member Level: Gold | Rating: Points: 1 |
what is avernusAbout ? it cannot open in my system
|