Mike Arsenault
2006-02-22 16:57:31 UTC
Does anyone know how to do this on a CMenu object?
I'm working on a RClick feature for a CMenu. I've got to the point now
where, while the menu is displayed, I can Right click on a menu item
then that item will automatically be converted to a SubMenu and the
little arrow on the right side appears - this all happens automatically
while the menu is still displayed.
Problem is that I have to move the mouse over, in order to display the
new submenu. I would like for the submenu to be displayed
automatically, after I've added it.
Is there a hidden method on CMenu that I can't see, or perhaps a
windows message that I can send to something in order to automatically
expand the sub menu?
Thanks in advance for any help
Mike
I'm working on a RClick feature for a CMenu. I've got to the point now
where, while the menu is displayed, I can Right click on a menu item
then that item will automatically be converted to a SubMenu and the
little arrow on the right side appears - this all happens automatically
while the menu is still displayed.
Problem is that I have to move the mouse over, in order to display the
new submenu. I would like for the submenu to be displayed
automatically, after I've added it.
Is there a hidden method on CMenu that I can't see, or perhaps a
windows message that I can send to something in order to automatically
expand the sub menu?
Thanks in advance for any help
Mike