Click here to Skip to main content
15,881,173 members
Articles / Programming Languages / C#
Article

Tool for Viewing Drag and Drop and Clipboard Formats

Rate me:
Please Sign up or sign in to vote.
4.29/5 (6 votes)
5 Mar 2002 106.7K   2.8K   63   2
A tool for viewing clipboard and drag and drop formats

Introduction

With this tool, you can see what exchange formats that a given clipboard or drag&drop object suports just by dragging it from other application or copying it to the clipboard.

Under the Hood

For getting the Clipboard IDataObject interface, I used the Clipboard class from the System.Windows.Forms namespace. The formats are retreived using the method GetFormats from the IDataObject interface.

The monitorization of Clipboard is handled with my component, ClipboardViewer. This component is using the SetClipboardViewer and ChangeClipboardChain Win32 Clipboard functions.

Installing & Building

  1. Download and extract the source code of this article
  2. Run the build.bat file from command prompt
  3. Now run the bin\main.exe and enjoy!

Do you have any questions or comments? Contact me!

History

  • 6 Mar 2002
    • The class ClipboardViewer is now in a separate file, Rgl.Components.CliboardViewer.cs, and in a different namespace, Rgl.Components
    • The ClipboardViewer class now correctly creates itself on Win9X/ME
  • 14 Feb 2002
    • First version

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Portugal Portugal
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Generalerror in main.exe Pin
26-Feb-02 1:56
suss26-Feb-02 1:56 
GeneralRe: error in main.exe Pin
Rui Lopes26-Feb-02 2:55
Rui Lopes26-Feb-02 2:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.