Listening for clipboard changes?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I tried to learn about how to do so, and through pinvoke.net i got to: http://msdn2.microsoft.com/en-us/library/ms649052.aspx good, now i know how to listen, but how do i get a notice when the clipboard changes? it lead me to: http://msdn2.microsoft.com/en-us/library/ms649025.aspx which is the message sent, but what does that help? well, that lead me to: http://msdn2.microsoft.com/en-us/library/ms633573.aspx goody! but...i still don't get it, how do i know when the clipboard changes? :\ how do i know when the WM_DRAWCLIPBOARD message it sent?