How can you save and Get data from Clipboard?
Answer / ksantosha
Saving Data in Clipboard using Vb.
Fortext
Clipboard.Clear 'First u have to clear the clipboard
Clipboard.SetText Text1.Text 'Set the text into Clipboard
For Image
Clipboard.Clear
Clipboard.SetData Image1.Picture
To Get Data from Clipboard
Text1.text = Clipboard.gettext
Image1.picture = clipboard.getdata
Is This Answer Correct ? | 8 Yes | 2 No |
What do you mean by HTTP?
How to find the current record position in data control?
How can I access a record by record number?
What is the difference between Object and Class?
Is there a way to break long lines in VB code?
What is the difference between procedure and functions in VB?
How do I create controls dynamically (at run-time)?
How would you declare and raise custom events in a class?
What is ActiveX Dll and ActiveX Exe?
What is Database Connection pooling (relative to MTS)
What is the Windows API?
What does the NewIndex property return?