Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
Clipboard activity monitor with Compact Framework
Fabien
16y
2.5k
1
Reply
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
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
How to install a mobile web application on pocketPC
Scrollable User Control