Emulating Keyboard
Emulating Keyboard
(OP)
Is there a way to emulate keyboard in c#?
For example is it possible to write a piece of code that would be equivalents to pressing "delete" on your keyboard?
Thanks.
For example is it possible to write a piece of code that would be equivalents to pressing "delete" on your keyboard?
Thanks.
jevakil@mapdi.com
One nuclear bomb can ruin your whole day.





RE: Emulating Keyboard
the last character -- to simulate this, replace the last char. with ascii-0 and reprint the line .
<nbucska@pcperipherals.com>