sendkeys - C#: Unable to send Ctrl+m -
i have bho
form installed on ie, has capability send key strokes.
i trying send key strokes is: "^m" using sendkeys
. here code trying.
sendkeys.send("^m");
this code works on windows 7 doesn't work on windows 2008 r2.
i have tried "^(m)" , "^{m}".
can 1 please suggest me in how can send ctrl+m.?
for trouble shooting have tried sending ^a. worked expected in both os. not sure, why ^m not working.
any appreciated.
Comments
Post a Comment