Sendkeys Send ascii code that not printable like chr(20)

  • Thread starter Thread starter mtczx232
  • Start date Start date
I have App that read CreditCard number from Input device. the card
reader send chr(20) as prefix. I need to emulate this behavior (for
developing & debuging time) by sendig this chars into Keyboards
buffer. So how I send from .NET ascii 20?
 
Back
Top