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. a problem in VB 6 (textbox.text)

a problem in VB 6 (textbox.text)

Scheduled Pinned Locked Moved Visual Basic
help
4 Posts 3 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.
  • N Offline
    N Offline
    Nazila Naderi
    wrote on last edited by
    #1

    I want to delete the character that is in the cursor position(the text in Textbox control in VB6). help me please.

    N H 2 Replies Last reply
    0
    • N Nazila Naderi

      I want to delete the character that is in the cursor position(the text in Textbox control in VB6). help me please.

      N Offline
      N Offline
      Nadroj
      wrote on last edited by
      #2

      more detail plz ------------------------ Jordan. III

      N 1 Reply Last reply
      0
      • N Nadroj

        more detail plz ------------------------ Jordan. III

        N Offline
        N Offline
        Nazila Naderi
        wrote on last edited by
        #3

        I want to delete the character that is in the Cursor position!(Current position of Blink cursor in a textbox)

        1 Reply Last reply
        0
        • N Nazila Naderi

          I want to delete the character that is in the cursor position(the text in Textbox control in VB6). help me please.

          H Offline
          H Offline
          Hesham Amin
          wrote on last edited by
          #4
          Text1.Text = Left$(Text1, Text1.SelStart) + Right$(Text1, Len(Text1) - Text1.SelStart - 1)
          
          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