3
Reply

IMessageFilter and WM_DRAWCLIPBOARD

Justus

Justus

Oct 3 2008 5:37 PM
5.5k
I have a component that should be notified when the WM_DRAWCLIPBOARD event is sent, that indicates the the clipboard's content has changed. When i implement IMessageFilter for the component it gets all kind of messages, but not that event. Overriding a form's WndProc method makes it receive the message, but i want my component to work without having to override the form. Is there any way to make a IMessageFilter implementing component receive the WM_DRAWCLIPBOARD event?

Answers (3)