Results 1 to 4 of 4

Thread: Passing a key

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    113

    Passing a key

    How can I pass a Backspace key programatically as if the user had pressed the key ?


    Thanks for any help...

  2. #2
    Lively Member
    Join Date
    Aug 2002
    Location
    Outer space
    Posts
    97
    can't you pass the ascii value (8=delete) and (27=backspace) ??

    i think correct me if im wrong

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    113
    How do you pass the 8 and 27 ascii values ?
    I tried...

    Keyascii(8+27)

    But that doesn't work. I am not sure how to do it.

  4. #4
    Lively Member
    Join Date
    Aug 2002
    Location
    Outer space
    Posts
    97
    what are you trying to pass the value's from and to then i should be able to tell you how to do it

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