Results 1 to 3 of 3

Thread: I need some help with text boxes... (i'm a beginner)

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    6

    Post

    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

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923

    Post

    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    6

    Post

    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
  •  



Click Here to Expand Forum to Full Width