|
-
Jul 2nd, 2002, 07:51 AM
#1
Thread Starter
Registered User
ctrl c [imitating]
I don't know if this is a tough question or not. But is it possible to code the (ctrl c or copy) button event in vb. i know it must be possible. I have a chart i select with code, then i would like to code the ctrl c or copy event so the user doesn't actually have to use ctrl c. i am using vb.net. thanks,
jeff
-
Jul 2nd, 2002, 07:58 AM
#2
Banned
You can use the Clipboard function.
-
Jul 2nd, 2002, 07:59 AM
#3
Banned
My mistake. I didn't read the last line.
Don't know how it works in .NET. (I hope still the same)
-
Jul 2nd, 2002, 08:00 AM
#4
Frenzied Member
VB Code:
Clipboard.Clear
Clipboard.SetText txtBox.SelText
That's how it's done in VB6... not sure about .net
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
|