是否可以从远程应用程序 StatusBarWndClass 获取单元格文本?
我有一个旧版 vb 应用程序,状态栏中有数据,我想用它来驱动 .NET 应用程序。
我使用spy++ 来深入了解窗口结构,并成功使用FindWindow 和FindWindowEx 来获取StatusBarWndClass 的句柄。 现在我正在努力访问状态栏中的实际数据。 我尝试过使用 WM_GETTEXT 消息,但没有成功。
- 是否可以从远程 StatusBarWndClass 获取单元格信息?
- 如果可能的话我该怎么做?
I have a legacy vb application that has data in a status bar I want to use to drive a .NET application.
I have used spy++ to gain some insight into the window structure and have successfully used FindWindow and FindWindowEx to get handles to the StatusBarWndClass. Now I am struggling to get access to the actual data in the status bar. I have tried using a WM_GETTEXT message but no success.
- Is it possible to get cell information from the remote StatusBarWndClass?
- How do I do it if its possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 SB_GETTEXT 消息。 http://msdn.microsoft.com/en-us /library/bb760749(VS.85).asp
Try the SB_GETTEXT message. http://msdn.microsoft.com/en-us/library/bb760749(VS.85).asp