How can I pass a Backspace key programatically as if the user had pressed the key ?
Thanks for any help...
Printable View
How can I pass a Backspace key programatically as if the user had pressed the key ?
Thanks for any help...
can't you pass the ascii value (8=delete) and (27=backspace) ??
i think correct me if im wrong
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.
what are you trying to pass the value's from and to then i should be able to tell you how to do it :)