将击键发送到程序
在窗口形式中,我制作了一个按钮,我试图让它发送 F1 到特定窗口(例如 FireFox、我的电脑等...)
我的问题是:
- 我该怎么做是根据窗口的名称吗? (例如“Mozilla Firefox”)
- 如何通过进程名称进行操作? (例如 firefox.exe)
In window form, I made a button and I'm trying to make it send F1 to a specific window (Such as FireFox, My Computer, etc...)
My questions are :
- How do I do it by the window's name? (such as "Mozilla Firefox")
- How do I do it by the process's name? (such as firefox.exe)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
按窗口名称:
按进程名称:
By Window name:
By Process name:
查看 SendKeys 类。
Take a look into the SendKeys class.