Storing Data to and Reading from the Clipboard (Visual Basic)

The My.Computer.Clipboard object provides methods and properties that can be used to interact with the Clipboard, allowing the user to write data to or get data from the Clipboard, as well as to check whether data of a specified format exists on the Clipboard. The Clipboard is a set of functions and messages that enable applications to transfer data. Because all applications have access to the Clipboard, data can be transferred easily between them.

In This Section

Reference

  • ClipboardProxy
    Describes the My.Computer.Clipboard object and its methods and properties.

See Also

Tasks

How to: Read Object Data from an XML File (C# and Visual Basic)

How to: Write Object Data to an XML File (C# and Visual Basic)