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 the image application?
Is it posible to Create Tables Through Querydef?
Through which protocol OLEDB components are interfaced?
what are the Differenct Types of Procedures in VB?
Why can't I use an index with my VB accessed database?
How do I tell when an application executed using the SHELL command is finished?
What is ODBC Direct and Microsoft Jet Database Engine ?
Explain the usage of Web Browser Control?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
What is instantiating?
Is visual basic case sensitive?
In which areas the Error occurs?
Difference between ActiveX Exe and Dll.
How do I get my application on top?
How many types of API functions are available in VB?