peter croes

peter croes

  • NA
  • 3
  • 2.2k

Trapping windows messages

Aug 19 2011 10:49 AM

I am experimenting to trap windows messages send to a listbox control;
I have found the IMessageFilter interface to do this for me.
I have also read "about listboxes" (MSDN Library> Control Library> ListBox> about ListBoxes)
where I see the message codes like LB_ADDFILE,LB_GETCOUNT,LBN_DBLCLK and window message WM_HSCROLL etc etc

But I can not find where these codes are defined , what DLL to add in "Using ....  "
Where can I find a list to see the actual values.

Without this information I cannot even compile my testprogram.

Help..


Answers (3)