SendMessage API 函数的托管模拟或如何从 C# 向窗口发送消息?
我想从一个应用程序(控制台)向另一个应用程序的窗口发送一条窗口消息。我可以使用 WinAPI 函数 SendMessage 或 PostMessage,但可能有托管方法可以做到这一点吗?
I want to send a window message from one application (console) to the wondow of another application. I can use WinAPI functions SendMessage or PostMessage, but may be there is managed way to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有替代方案,但您可以轻松地使用以下方法进行 P/Invoke:
There is no managed alternative to that but you can easily P/Invoke with: