|
-
Feb 19th, 2000, 02:35 PM
#1
Thread Starter
New Member
I have recently started programming w/ visual basic. But, during a project, i have run into some problems. I can't seem to get the code just right for a few commands like: Undo, cut, copy, and paste. I am using these with a text box. If you could tell me how to write the code to undo, cut, copy, and paste, i would be very appreciative.
thanks, kirkhammet
-
Feb 19th, 2000, 02:45 PM
#2
PowerPoster
Look up the Clipboard object in MSDN. There are a few examples on how to use the clipboard for copy, cut paste etc. Basically you need Clipboard.SetText and Clipboard.GetText for text controls.
-
Feb 19th, 2000, 02:49 PM
#3
Thread Starter
New Member
Originally posted by chrisjk:
Look up the Clipboard object in MSDN. There are a few examples on how to use the clipboard for copy, cut paste etc. Basically you need Clipboard.SetText and Clipboard.GetText for text controls.
thank you very much
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
|