-
Hi,
Is it possible to manipulate the text of a menu item via code? What I'm trying to do is to show which one of the menu items is currently default. So for example:
Profiles
Profile1
Profile2 (Default)
Profile3
or:
Profiles
Profile1 (Default)
Profile2
Profile3
Any help and examples would be appreciated..
Dan
-
Nevermind.. Dumby me!!! I just realized that you can change the properties of the menu item by calling it's name just like any other control... Man, long week I guess...
-
mnuCaption.Caption = mnuCaption.Caption & "(Default)"
-
Simple, when you want to change the menus caption,
MenuItem.Caption="My New Caption"
Since this is a bit basic and you're an addicted member, I reckon it's a bit more complicated than that, if it is, please email me
Cheers
Chris