ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

9
Date Submitted Thu. Mar. 16th, 2006 3:49 PM
Revision 1
Coder mattrmiller
Tags Clipboard | Cut | Java | Paste
Comments 1 comments
Simple class to allow cut and paste to clipboard.
7
Date Submitted Tue. Mar. 7th, 2006 4:34 PM
Revision 1
Helper digitaljunkie
Tags Clipboard | Perl | Screenshot | Win32::API
Comments 1 comments
This requires Win32::API, and Win32::Clipboard.
Only works on Win32 Platforms. Only really tested on Win2000, and WinXP.

Not meant to be an be all, end all, but it's a start.

Have fun!
6
Date Submitted Mon. Feb. 20th, 2006 7:04 PM
Revision 1
Beginner RRSands
Tags Clipboard | CSharp | NETCF2.0
Comments 0 comments
Prior to NETCF 2.0, this was a royal pain. Now, it's pretty straight-forward.

These three related functions provide basic Clipboard operations for text. While not terribly useful by themselves, they become more useful when attached to a field's context menu or, better yet, implemented in a custom control.