|
One way to do this is to maintain a list of opened modeless dialogs, and check this list before you open a new one to see if one is already present. If you open all these modeless dialog's from the same 'main' form, then you can use the OwnedForms...
|