发送按键信号
我正在开发一个程序,我必须向串行端口发送按键信号,但控制台应用程序不允许我使用 System.Windows.Forms 名称空间。在这个命名空间中有一个 SendKeys 方法,但我无法使用它。任何人都可以向我提出建议,或者我如何在控制台应用程序中使用 System.Windows 命名空间?
谢谢
I m developing a program and i have to send a keypress signal to the serial port bu console application does not allow me to use System.Windows.Forms name space. In this namespace there is a SendKeys method but i cannot use it. Can anyone suggest something to me or how can i use System.Windows namespace in my console application?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许 SendInput 就是您想要的。
Maybe SendInput is what you are after.