When using Sendkeys
with vb.net, is it possible to tell if the target of the Sendkeys
has changed between sendings?
Thank you for your help!
When using Sendkeys
with vb.net, is it possible to tell if the target of the Sendkeys
has changed between sendings?
Thank you for your help!
No. But if you have control over the target, you can control where the SendKeys goes by Activating your target before the SendKeys.