|
-
Dec 30th, 2002, 04:25 PM
#1
Thread Starter
Frenzied Member
Copy-Paste Problem
Hi,
I want copying and pasting text between two different VB applications as done in microsoft applications, if i copy a text from my text editor, it can be pasted in note pad or another VB application.
Thanx
-
Dec 30th, 2002, 04:31 PM
#2
Simple
VB Code:
ClipBoard.SetText "Some Text"
Then try pasting in another app.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Dec 30th, 2002, 05:35 PM
#3
Fanatic Member
Hiow would I make the code work with a text box , and how do you paste and clear text?
A.A. Fussy
Babya Software Group
-
Dec 30th, 2002, 11:58 PM
#4
Addicted Member
ClipBoard.SetText = Text1.Text
Text1.Text = Clipboard.GetText
-
Dec 31st, 2002, 03:23 AM
#5
Fanatic Member
Thanks, for the code-just what Iwas looking for
A.A. Fussy
Babya Software Group
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|