PureBasic - Clipboard
Overview
The clipboard is the standard way to share information and data between applications currently running on the OS. It also gives the user some simple temporary storage while they are editing their files. For example, when cutting text in a text editor it goes to the clipboard and can later be retrieved by any other text editor to paste it. PureBasic allows your programs to copy and retrieve easily texts or images through the standard clipboard.
Command Index
ClearClipboard
GetClipboardImage
GetClipboardText
SetClipboardImage
SetClipboardText
Example
Clipboard.pb
Supported OS
All