Hi !
I would like to know if there is an equivalent of the SetClipboardViewer function on the .NET compact framework.
Background : I write an application for a WM6 pocket PC in C# that runs in the background and should check the contents of the clipboard whenever its contents has been changed by any other application running on the device.
Several posts explain how to do that for the "full framework" by using User32.dll SetClipboardViewer described in this article:
http://www.codeguru.com/csharp/.net/net_general/tipstricks/article.php/c7315/
http://www.developer.com/net/csharp/article.php/3359891
http://www.radsoftware.com.au/articles/clipboardmonitor.aspx
However, I can't find the equivalent of SetClipboardViewer in the CF.
Any suggestion is welcome. Thanks for your time !
Fabien
I would like to know if there is an equivalent of the SetClipboardViewer function on the .NET compact framework.
Background : I write an application for a WM6 pocket PC in C# that runs in the background and should check the contents of the clipboard whenever its contents has been changed by any other application running on the device.
Several posts explain how to do that for the "full framework" by using User32.dll SetClipboardViewer described in this article:
http://www.codeguru.com/csharp/.net/net_general/tipstricks/article.php/c7315/
http://www.developer.com/net/csharp/article.php/3359891
http://www.radsoftware.com.au/articles/clipboardmonitor.aspx
However, I can't find the equivalent of SetClipboardViewer in the CF.
Any suggestion is welcome. Thanks for your time !
Fabien
Replies
Know the answer? Post it — somebody with the same question will find it here.