3
Answers

IMessageFilter and WM_DRAWCLIPBOARD

Justus

Justus

16y
5.5k
1
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)