c#->如何将密钥发送到浏览器中运行的 Flash 影片?
我尝试将浏览器设置为活动窗口并使用 SendKeys,但它不起作用。还有其他选择吗?
I tried setting the browser as active windows and using SendKeys but it does not work. Is there an alternative ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试在浏览器窗口上使用
SetForegroundWindow
Windows API 调用?请参阅 https://stackoverflow.com/a/8953524/1149773 获取一些示例代码。Did you try using the
SetForegroundWindow
Windows API call on the browser window? Refer to https://stackoverflow.com/a/8953524/1149773 for some sample code.