943,723 Members | Top Members by Rank

Ad:
May 27th, 2009
0

Create a desktop shortcut to clear the Windows clipboard

Expand Post »
The Clipboard is a temporary storage area used by Vista. Information (such as text, files, graphics, sound, or video) can be copied to the Clipboard from one program or location and pasted elsewhere. The Clipboard can only hold one piece of information at a time. Whenever something is copied to the Clipboard, it replaces whatever was there before automatically.

This trick can be handy if you just want to clear the Clipboard without having to copy something else to do so. This way you do not have potential sensitive information just sitting in the Clipboard.

Here's How To: Create A Desktop Shortcut To Clear The Clipboard In Windows 7 Or In Vista
Similar Threads
Reputation Points: 18
Solved Threads: 6
Junior Poster in Training
francisabey is offline Offline
85 posts
since Aug 2008
Jun 8th, 2009
0

Re: Create a desktop shortcut to clear the Windows clipboard

If you have Visual Studio 2008 Express or any Visual Studio 2008 Edition, you can just use Clipboard.Clear() with VB,Clipboard.Clear(); with C#.

You can put these functions under the Form1_Load method and close the application using Application.Exit() for VB and Application.Exit(); for C#.

This will clear the clipboard and close your application immediately.
Reputation Points: 3
Solved Threads: 2
Newbie Poster
themaster is offline Offline
18 posts
since May 2009
Oct 23rd, 2009
0
Re: Create a desktop shortcut to clear the Windows clipboard
Here is an article which describes how to use windows clipboard using native Win32 functions.
Writing to Windows Clipboard
Reputation Points: 25
Solved Threads: 3
Newbie Poster
opcode is offline Offline
7 posts
since Sep 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Windows tips 'n' tweaks Forum Timeline: Runtime Error Codes
Next Thread in Windows tips 'n' tweaks Forum Timeline: recover usb hidden folders





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC