is it possible inputting characters from keyboard by codes.

  • Thread starter Thread starter yasin
  • Start date Start date
Y

yasin

is it possible inputting characters from keyboard by codes.or can we use
assemly interrupts in asp.net to press keyboard buttons by code.
 
is it possible inputting characters from keyboard by codes.or can we use
What do you mean?...to SendKeys from a program?..

'System.Windows.Forms.SendKeys.Send("{ESC}") ' Send escape
System.Windows.Forms.SendKeys.Send("^{UP}")


hope this helps you

regards, AL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top