Welcome to Dream.In.Code
Getting VB Help is Easy!

Join 136,188 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 2,124 people online right now. Registration is fast and FREE... Join Now!




Clip Board

 
Reply to this topicStart new topic

Clip Board

Abhishek0402
22 Sep, 2007 - 11:33 PM
Post #1

New D.I.C Head
*

Joined: 19 Sep, 2007
Posts: 28



Thanked: 1 times
My Contributions
How can we use the clipboard in VB6? How can we store the data and retrieve the data from clip board?
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: Clip Board
23 Sep, 2007 - 07:09 AM
Post #2

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,983



Thanked: 125 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
To write to the clipboard

CODE

Clipboard.SetText TextBox1.Text


To read from the clipboard:

CODE

TextBox1.Text = Clipboard.GetText()


That should at least get you started.

Hope this helps smile.gif
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 01:20AM

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month