如何知道 OLE 自动化可以触发哪些功能

发布于 2024-12-02 15:39:34 字数 221 浏览 1 评论 0原文

我有一个应用程序,我注册了它,我可以像这样启动它并打开一个文件:

$com = new Com('name.application'); $com->openfile('C:\test.txt');

现在我的问题是,我可以分析应用程序哪些功能是可触发的(疯狂的词)吗?

在此示例中,我也可以触发:savefile(),但我必须要求开发人员获取此信息。

此致

i have an application, i registred it and i can start it like this and open a file:

$com = new Com('name.application');
$com->openfile('C:\test.txt');

Now my question, can i analyse the application which functions are triggerable (crazy word)?

in this example i can trigger: savefile(), too, but i had to ask the developer to get this information.

best regards

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

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

发布评论

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

评论(1

吻安 2024-12-09 15:39:34

可能不会。 你可以在.NET中做到这一点但我找不到任何方法使用 COM(或 COM+)对象来完成此操作。我对此可能是错的,因为我本质上不是 Windows 开发人员,如果有办法做到这一点,我也想知道......

Probably not. You can do it in .NET but I can't find any way to do it with COM (or COM+) objects. I may be wrong about this as I am not a Windows developer by nature, and if there is a way to do it I would like to know as well...

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