Vb.net sendkeys &目标
在 vb.net 中使用 Sendkeys
时,是否可以判断 Sendkeys
的目标在发送之间是否已更改?
感谢您的帮助!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以。但是,如果您可以控制目标,则可以通过在 SendKeys 之前激活目标来控制 SendKeys 的去向。
No. But if you have control over the target, you can control where the SendKeys goes by Activating your target before the SendKeys.