Problem with sendkeys in .NET
Posted
by AvidProgrammer
on Stack Overflow
See other posts from Stack Overflow
or by AvidProgrammer
Published on 2010-05-21T06:59:08Z
Indexed on
2010/05/21
7:40 UTC
Read the original article
Hit count: 263
I have a windows application, where I am using send keys to navigate from one window to another. My send key sequence is like activating another window with in my app, and sending key strokes to that window. But the key strokes I am sending is getting updated in the same window where I am activating the other window.
But after few key strokes it is going to the other window. Seems like synchonization issue with send keys. Is there a way to specify the operation of the current send key is finished, before sending the next sendkey.
© Stack Overflow or respective owner