Good day!
I'm trying to handle the WM_CONTEXTMENU or WM_RBUTTONDOWN in my class that derives from ComboBox, but the problem is that I need to do the mouse click on the dropdown button for the event to be raised. If I click on the editable portion of the combobox, nothing happens. I hope you can enlighten me on this one. =) Thanks!