How can you save and Get data from Clipboard?
Answer / 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 |
Is it possible to Manipulate data through flexgrid? Explain.
How do I use GetPrivateProfileString to read from INI files?
It possible to call OLEDB?s Features directly in VB without using any control?
what is the Property used to add a menus at runtime?
How many ways we can access file using VB?
What is ADO? What are its objects ?
What does Addressof operator do?
What is the difference between Single and Double in VB?
What are the different types of Dialog Box?
How will you define a function to accept optional arguments?
Explain Default cursor Type and LockEdits type in RDO
How can you Navigate from the DHTML application to another DHTML application? .