如何通过 Ruby 调用 OCX 控件的方法/访问属性?

发布于 2024-09-15 18:25:26 字数 214 浏览 6 评论 0原文

我正在为一个系统编写脚本化的 GUI 测试,但我无法访问其源代码;我想调用方法并访问 OCX 控件(特别是 MSFlexGrid 控件)的属性,因为我找不到任何其他方法来查找行数和列数以及每个单元格中的数据值,使用的 MSFlexGrid 控件。

我已经尝试了 Win32API、Win32OLE 和 FFI 库,但仍然无法访问 OCX 控件以进行脚本编写。我可能错过了一些东西,但我不知道是什么。

I am writing the scripted GUI tests for a system which I do not have access to its source code; and I want to invoke the methods and access the properties of an OCX control (specifically the MSFlexGrid control) as I could not find any other way of finding out the number of rows and columns, as well as the data values in each cell, in the MSFlexGrid control used.

I've tried the Win32API, Win32OLE, and FFI libraries, but I still couldn't gain access to the OCX control for scripting. I may be missing something, and I don't know what.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终陌 2024-09-22 18:25:26

这是一个不太可能的尝试,但也许尝试通过 Iron ruby​​ 来使用 .net 互操作?

This is a long shot, but maybe try going through iron ruby to use the .net interop?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文