Developer Notes
Jul 12th, 2007 by Chris Thornton
This page lists articles of interest to developers of any clipboard-aware programs for Windows, whether they engage in monitoring the clipboard for changes, or merely copy/paste data with the clipboard.
This page has the following sub pages.


Is there a way for an application to get the HWND for the first and all subsequent clipboard viewers?
Sorry Brian,
You can get the first, and you should have the “next” (if you’re a properly registered viewer). But there is no visibility into the chain, other than those two.
That is what I thought. Thank you.