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
What is executenonquery in vb net?
what is the Difference between Tabletype and Snapshot?
What are the Internet tools available in VB 6.0?
What is ODBC Direct and Microsoft Jet Database Engine ?
What are the new events in textbox that has been included in VB ?
Give brief description about class?
How do I make my applications screen-resolution independent?
How would you convert a form into document?
What language does visual basic use?
What is the use of debug Window?
What are the types of line styles available in Treeview Control?
What is vbs file?
DHTML Is used for what?
How do I create a new form in visual basic?
How do I access C style strings?