|
-
Jan 16th, 2003, 09:31 AM
#1
Thread Starter
Lively Member
Passing a key
How can I pass a Backspace key programatically as if the user had pressed the key ?
Thanks for any help...
-
Jan 16th, 2003, 09:35 AM
#2
Lively Member
can't you pass the ascii value (8=delete) and (27=backspace) ??
i think correct me if im wrong
-
Jan 16th, 2003, 09:58 AM
#3
Thread Starter
Lively Member
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.
-
Jan 16th, 2003, 10:11 AM
#4
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|