Hello!
How do I make a menu item Inactive, at program startup...?
...and how do I activate it again later, during execution?
Does someone know?
Thanks in advance.../Peter
Printable View
Hello!
How do I make a menu item Inactive, at program startup...?
...and how do I activate it again later, during execution?
Does someone know?
Thanks in advance.../Peter
Check out the EnableMenuItem function.
Reply if you need more info.
------------- "Remember: It's a feature, not a bug..." ---------------
Check out the description for the ON_UPDATE_COMAND_UI message; this message allows automatic enable/disable of menu items AND
their corresponding toolbar buttons...
Uli