I have a MDI-aplication and I wonder if anyone could tell me how to find out if there are any active forms.
Printable View
I have a MDI-aplication and I wonder if anyone could tell me how to find out if there are any active forms.
Hi
In your MDI form you can reference the current active child form with
Screen.ActiveForm.
eg.
MsgBox Screen.ActiveForm.Caption
Regards
Chris Eastwood
CodeGuru - the website for developers
http://www.codeguru.com/vb