|
-
Apr 30th, 2013, 06:33 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Copy Paste
Hi
When I press on a button, I add the text of the button to the clipboard.
I'd then like this text to appear on one of three labels, depending on which one I click on.
Advice appreciated!
-
Apr 30th, 2013, 07:16 AM
#2
Re: [RESOLVED] Copy Paste
If you find a resolution to your problem on your own, please share it with the class, in case anyone else has a similar problem in the future.
-
Apr 30th, 2013, 07:59 AM
#3
Thread Starter
Addicted Member
Re: [RESOLVED] Copy Paste
Sorry! Completely forgot!
Button Click event:
Clipboard.SetText(Button1.Text)
Label Click event:
If Clipboard.ContainsText Then
LabelOne.Text = Clipboard.GetText
Tags for this Thread
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
|