Hey!

Welcome to Blip, home of the best original web series! When you’re done watching this episode, checkout some of our top shows or learn more about us!

×

Dane

Clipboard Cleaner Screencast

Other Sharing Options

×
Embed
The embed code has been copied to your clipboard
Share
About this episode
This video demonstrates how to create, using C#, and use a application that easily removes the formatting from text copied to the clipboard.Here is ...
This video demonstrates how to create, using C#, and use a application that easily removes the formatting from text copied to the clipboard.Here is the code snippet referenced in the example:IDataObject data = Clipboard.GetDataObject();if (data != null && data.GetDataPresent(DataFormats.Text)) { String clipboardText = data.GetData(DataFormats.Text).ToString(); Clipboard.SetText(clipboardText);} Less
Discover the best in original web series.© 2012 Blip Networks, Inc. All Rights Reserved.