I'm using MLG in a FireFly program, all is going well except I'm stuck on dimming the options in the right click menu.
Is there an easy way or do I have to find the menus window and enumerate through the controls and then change the text?
Could do it but would take me a while. Seems rather complicated
Does anyone have any examples - or just give me a pointer where to look
Many thanks
Jon
It doesn't look it is defined in the Help file but in the source code Jim has the %MLG_GETMENUHANDLE message.
wParam = 0 for RClickMenu
wParam = 1 for RClickTabMenu
wParam = 2 for RClickInfoBarMenu