I was wondering if anyone knew how to enable / disable
the main menu on a parent Mdi form from a child form?
Thanks,
Jim
I don't see any way to do this, but you can use a context
menu in your MDIChild forms.
So any child form can have its personal menu.
If you find a way, don't hesitate to post it, I'm
interrested.
Gedd
>-----Original Message-----
>I was wondering if anyone knew how to enable / disable
[quoted text clipped - 4 lines]
>Jim
>.
Joe Fallon - 22 Nov 2003 05:24 GMT
No idea if this will work but....
On the Main form create these:
Public Shared mMain As Main
Public Shared Sub DisableMenu
=============================
Then in the child form call the method:
Main.DisableMenu

Signature
Joe Fallon
> I was wondering if anyone knew how to enable / disable
> the main menu on a parent Mdi form from a child form?
>
> Thanks,
>
> Jim