TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
peter croes
NA
3
2.3k
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..
Reply
Answers (
3
)
Opening second tabpage when a form is called
Draw Line To Listview Control