> Good Day,
> I'm trying to add a menu item when I right click over a control (VC++).
> I've been reading and expirementing all day with no luck. Any tips would
> be greatly appreciated.
>
> Bill
We'll need a bit more information :)
What kind of C++ application are you developing? Win32, MFC, Winforms CLI,
etc.?
I interpret that you are trying to add a context sensitive menu to your
application, and the answer differs depending on the app type.