Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. help in cut copy ....

help in cut copy ....

Scheduled Pinned Locked Moved Visual Basic
help
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zabsmarty
    wrote on last edited by
    #1

    help in making the code for the following buttons 1. copy 2. cut 3. paste 4. select 4. redo 5. undo 6. find and replace code please reply me soon zabsmarty

    C 1 Reply Last reply
    0
    • Z zabsmarty

      help in making the code for the following buttons 1. copy 2. cut 3. paste 4. select 4. redo 5. undo 6. find and replace code please reply me soon zabsmarty

      C Offline
      C Offline
      Chatura Dilan
      wrote on last edited by
      #2

      If you use a RichTextBox or a TextBox, it is very simple. Eg : RichTextBox1.Copy() …….. RichTextBox1.SelectAll() RichTextBox1.Undo() …… RichTextBox1.Find(……..), RichTextBox1.SelectedText = ……………….. chatura

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups