如何在 Visual C 中将 ActiveX 组件添加到我的项目中 2008年

发布于 2024-07-09 10:26:14 字数 277 浏览 8 评论 0原文

我刚刚学习 Visual C++,并且习惯了 Visual Basic,在其中我只需从引用列表中选择 ActiveX 组件。 我似乎可以在任何地方添加它。 如果我去项目| 参考文献,全是空白。 它只允许我指定一个路径,当我指定 AcitveX 组件的路径时,不会发生任何新情况。

我将 ActiveX 组件拖到 Visual C++ 中,它现在显示在对象浏览器中,但我似乎无法用它做任何事情。

我使用的是 Visual C++ 2008 Express 版。

谢谢

I am just learning Visual C++ and I am used to Visual Basic where I just select the ActiveX component from a list of references. I can seem to add it anywhere. If I go to the Project | References, it is all blank. It only allows me to specify a path and when I specify the path of the AcitveX component, nothing new happens.

I dragged the ActiveX component into Visual C++ and it now shows up in the Object Browser but I cant seem to do anything with it.

I am using Visual C++ 2008 Express Edition.

Thanks

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

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

发布评论

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

评论(1

舞袖。长 2024-07-16 10:26:14

如果它是基于对话框的应用程序,则:

右键单击-> 添加Active X组件

显示组件列表。 选择所需的一项。

If it is a dialog based application then:

Right click -> Add Active X Component

It displays the list of components. Select the desired one.

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