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 |
When/Why should I use Option Explicit?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
What is meant by Establish Connection in RDO?
Which type of object requires this object?
How do I make an animated icon for my program?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
What is the difference between a ActiveX DLL and a ActiveX EXE?
What is the difference between procedure and functions in VB?
what are container objects?
Explain Default cursor Type and LockEdits type in RDO
how many no of controls in form?
16 Answers AIMS, Airex Logistics,
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)