是否可以从远程应用程序 StatusBarWndClass 获取单元格文本?

发布于 2024-07-20 17:14:54 字数 267 浏览 6 评论 0原文

我有一个旧版 vb 应用程序,状态栏中有数据,我想用它来驱动 .NET 应用程序。

我使用spy++ 来深入了解窗口结构,并成功使用FindWindow 和FindWindowEx 来获取StatusBarWndClass 的句柄。 现在我正在努力访问状态栏中的实际数据。 我尝试过使用 WM_GETTEXT 消息,但没有成功。

  1. 是否可以从远程 StatusBarWndClass 获取单元格信息?
  2. 如果可能的话我该怎么做?

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.

  1. Is it possible to get cell information from the remote StatusBarWndClass?
  2. How do I do it if its possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文