SendKeys does not display ":"

Class library usage, coding and language questions.
jmaytorena
Posts: 2
Joined: Wed Jan 10, 2007 4:36 am

SendKeys does not display ":"

Post by jmaytorena » Wed Jan 10, 2007 4:40 am

Hi I've been trying to send to a console with sendKeys the character :, basically I tried the following codes with none of them resulting in the display of ":"

form.SendKeys("+;");
form.SendKeys("+{;}");
form.SendKeys("{SHIFT};");

can anybody give me a hand on this I will appreciate, I'm using C#.

Regards
Jorge

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Wed Jan 10, 2007 9:13 pm

Please use the Application.SendKeys() function for a command line application.

Jenö Herget
Ranorex Team

jmaytorena
Posts: 2
Joined: Wed Jan 10, 2007 4:36 am

Post by jmaytorena » Wed Jan 10, 2007 9:43 pm

Thanks a lot ... now it's working :)

Regards
Jorge