Results 1 to 15 of 15

Thread: [RESOLVED] vb.net remove first char from text

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2021
    Posts
    166

    Resolved [RESOLVED] vb.net remove first char from text

    i'm make a textbox print another char with keydown event using this:


    on keydown event:

    HTML Code:
    if e.keycode = keys.A then
     My.Computer.Keyboard.SendKeys("B")
    end if
    i need know how i can remove the key that i press of end result see textbox show:

    aBaBaB

    but i only need B result on textbox
    Last edited by LiwisJames; Jul 23rd, 2021 at 12:29 AM.

Tags for this Thread

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