Elisabet
February 12th, 1999, 07:49 AM
I have a MDI-aplication and I wonder if anyone could tell me how to find out if there are any active forms.
|
Click to See Complete Forum and Search --> : Active forms Elisabet February 12th, 1999, 07:49 AM I have a MDI-aplication and I wonder if anyone could tell me how to find out if there are any active forms. Chris Eastwood February 12th, 1999, 09:02 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |