|
Developer Says:
To deal with clipboard in visual basic 6 we use the Clipboard class. We can store text data in the clipboard with Clipboard.SetText(). To store image data we use the Clipboard.SetData() function. To check the format of data in the clipboard we use Clipboard.GetFormat
|