I have a menu in my dialog its the "Formatting" menu, one of few in top,
others are "File", "Edit", Etc... but i want to be able to call that same menu
when user right clicks in the surface of the dialog. Is it possible? If so, How?
Thanx. :)
Get the handle of the menu with GetMenu; get the handle of the submenu with GetSubMenu; call TrackPopupMenu.
Thanx jose, Ill give it a try. :)