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
Is visual basic easy?
___ property is used to change to ___ value to access a identity column'in datacontrols.
Why can't I use an index with my VB accessed database?
What are the types of API Types.
What is the use of command Object?What are the various types of variables?
How do I get the number of free bytes on a disk?
Which type of object requires this object?
How can you get selected file from file system Control?
How can I speed up my VB database application?
How many objects resides in ADO ?
How would you map properties to controls by using ActiveX Control Interface Wizard?
How do I prevent multiple instances of my program?
Explain Types of DBCombo boxes?
How do I use GetPrivateProfileString to read from INI files?
what are the types of LockEdits in DAO?