I have a window with a listbox which I would like to right click an entry in the list box and have certain options displayed in a context menu. I've looked online but it seems as if I can only get examples in MFC C++, or simply c#.
Is this possible in standard Win32 c++? I can handle a right click on the listbox via the WM_CONTEXTMENU message, but how can I make a menu appear?