Help !!! How to Access MDI form's controls from a child form
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I want to access my MDI forms menus from a child form. like I want to enable all the menus in my MDI form(which is a startup form) after the user logs in successfully. How can I access my Mdi forms menus/controls from a child form Thanks tasnim.
If this is VB.NET, use the
Form.MdiParent
property. If this is VB5 or 6: call the form by its name :-) greetz ;-) *Niels Penneman*
Software/Dev Site
Personal Site