Answer Posted / 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 |
Post New Answer View All Answers
Are there any examples of commercial applications built using Visual Basic?
How can you determine performance standards?
Explain Default cursor Type and LockEdits type in RDO?
What are the different procedures associated with the object?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
How do I implement Undo?
How can you filter out specific type of file using file system controls?
How many File System Controls are there Explain?
What type of databases you can access through ADO Data Access Object?
What is dao in vb?
Difference between ActiveX Control and Standard Control.
How many objects resides in ADO ?
what controls have you used in your project?
Types of cursors in RDO.
What is the use of Visual Basic Document file?