Dane

About this original series

  • # Episodes

    1 episodes
  • Rating

    TV-UN

Episodes of Dane

    • Clipboard Cleaner Screencast

      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);}

      • Release date
        Jul 6, 2007
      • Runtime
Discover the best in original web series.© 2012 Blip Networks, Inc. All Rights Reserved.