As I created an ActiveX control which subclassed Windows control SysListView32, I tried to catch the message LVN_COLUMNCLICK which generated when i clicked the header of my listview control, but OnOcmCommand failed, it is not even called.

Can anyone give me some help? I also want to catch the message of mouse click and double click.

thank you very much!