CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: backspace key

  1. #1
    Join Date
    Nov 1999
    Posts
    15

    backspace key

    what is the ascii code of the backspace key
    and how i write it in command
    like
    ENTER: "hi + chr$(13) + chr$(10)"


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: backspace key

    there is a const defined in VBRUN-type lib vbKeyBack which stands for the ASCII code value of 8.


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

Featured