How can i know which forms are currently open in the application.
In case of MDI form, we can loop through its children forms, but what if the form is not a chid of mdi main and we want to see if it is open or not. If it is open, then how to get its refrence.
Thanks in advance,
Regards