Here's the 911:
I need to trap the right click of a columnheader in a control that inherits from Listview. I realize this means overriding the WndProc method and trapping the WM_Notify, which in turn needs to be converted to a NMHDR structure. However, i am having problems with this not returning the right code. Does anyone have any idea how to do it or can at least point me in the right direction. I am currently using Visual Studio 2003 running on Windows XP pro.