Justus

Justus

  • NA
  • 8
  • 0

IMessageFilter and WM_DRAWCLIPBOARD

Oct 3 2008 5:37 PM
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)