Hi...
I call EnableMenuItem to disable or enable a popup menu item...
Here is my code:
Menu.EnableMenuItem(1,MF_BYPOSITION | MF_BYCOMMAND | MF_ENABLED);
Only after calling this function the menu don't redraw itself, so the item still looks disabled...
If you hover the mouse over the menu item only then does it redraw...
Hope you can help and thanks in advance...
I call EnableMenuItem to disable or enable a popup menu item...
Here is my code:
Menu.EnableMenuItem(1,MF_BYPOSITION | MF_BYCOMMAND | MF_ENABLED);
Only after calling this function the menu don't redraw itself, so the item still looks disabled...
If you hover the mouse over the menu item only then does it redraw...
Hope you can help and thanks in advance...