|
-
February 12th, 1999, 08:49 AM
#1
Active forms
I have a MDI-aplication and I wonder if anyone could tell me how to find out if there are any active forms.
-
February 12th, 1999, 10:02 AM
#2
Re: 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|