Originally posted by typecast
yes, you can display a context menu by right click over the tree
control
Originally posted by kalpu
I would like to find out programatically
if context menu would be displayed on right clicking a particular node. If any menu is displayed, then I should be able to ...
Originally posted by typecast
yes, you can display a context menu by right click over the tree
control
I think question was not about how to display menu but detecting if menu is to be displayed.
Kalpu, handle WM_INITMENUPOPUP message. See MSDN for details.
There are only 10 types of people in the world:
Those who understand binary and those who do not.