MARCELL0US
Newcomer
- Joined
- Apr 5, 2003
- Messages
- 3
Sup,
I am looking to enable/disable menu options on a parent form, from inside a child form subroutine.
After doing some searching I found that someone accomplished this by using:
MdiParent.Menu.MenuItems[0].MenuItems[0].Enabled = False
However, when I tried using this (and many variations), I got the following tooltip style pop-up message:
Property access must assign to the property or use its value
Does anyone have an info that could help a brother out?
Thanks,
I am looking to enable/disable menu options on a parent form, from inside a child form subroutine.
After doing some searching I found that someone accomplished this by using:
MdiParent.Menu.MenuItems[0].MenuItems[0].Enabled = False
However, when I tried using this (and many variations), I got the following tooltip style pop-up message:
Property access must assign to the property or use its value
Does anyone have an info that could help a brother out?
Thanks,