| | |
Create a desktop shortcut to clear the Windows clipboard
![]() |
•
•
Join Date: Aug 2008
Posts: 84
Reputation:
Solved Threads: 6
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
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
•
•
Join Date: May 2009
Posts: 18
Reputation:
Solved Threads: 2
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.
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.
•
•
Join Date: Sep 2009
Posts: 7
Reputation:
Solved Threads: 3
0
#3 32 Days Ago
Here is an article which describes how to use windows clipboard using native Win32 functions.
Writing to Windows Clipboard
Writing to Windows Clipboard
~OpcOde~ C, C++, MFC Tutorials
![]() |
Similar Threads
- Create a Desktop Shortcut to Lock Your Computer (Windows tips 'n' tweaks)
- How Do I Know Which Desktop Themes Are Safe For Windows 2000? (Windows NT / 2000 / XP)
- Create a Keyboard Shortcut to Open a Folder (Windows tips 'n' tweaks)
- Use the Desktop Cleanup Wizard in Windows XP (Windows tips 'n' tweaks)
- Create a Desktop Shortcut that Locks a Windows XP-Based Workstation (Windows tips 'n' tweaks)
Other Threads in the Windows tips 'n' tweaks Forum
- Previous Thread: Handy Computer Hardware Chart
- Next Thread: recover usb hidden folders
| Thread Tools | Search this Thread |





