Okay, I've just started playing with this new toy and have managed to
say "Hello world" um, 13 or so times. much fun.

I see how to open a form with .showdialog, but
how do I find instances of forms that may already be visible?

i.e. we have several forms that get loaded at several points in our application.
what they apply to depends on where they were opened....
they could be opened via modal or not modal.

but, at somepoint in our app we go see if this form is shown, if
so, we
bring that to the operators attention so he can finish the old operation or abort.

how would I do somthign liek this? I don't want seven of the same forms
floating all over my application.