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
How many File System Controls are there Explain?
Draw Sequence Modal of RDO and Explain?
Explain about control properties?
How would you create properties in ActiveX Control?
What is Parser Bug?
How can you Implement windows functionality in VB?
Are there any examples of commercial applications built using Visual Basic?
Explain OLE Drag and Drop.
___ is a property to resize a label control according to your caption.
Is the Access Engine and Visual Basic Pro good enough for database work?
Which method is preferred to save datas like database?
Is visual basic easy?
Types of cursors in DAO?
It is possible to access Text (x.txt) files? Explain.
How do I get a bitmap picture in a field in an Access database?