I have a MDI Parent Form with a menu bar. The user can open the forms they need from here. The problem I'm having is with a MDI form you can't use ShowDialog on a child form, so if you want to open the same form a 100 times, you can. Is there a way to stop this or at least test to see if the form is already open?
thanks,
eye
