在 Visual Studio 2008 vc++ 中编程 ActiveX 组件
有人知道在 Visual Studio 2008 for VC++ 中编程 ActiveX 的好教程吗?或者像VS6.0中旧的Wizzard那样自动创建方法和属性?
我很努力地寻找一些信息,但所有内容都是针对 C#、VB 的,或者是针对 VS6.0 解释的,而不是 2005 或更高版本:(
谢谢大家。
anyone knows a good tutorial for programming ActiveX in Visual Studio 2008 for VC++? or the way to create methods and properties automatically, like the old Wizzard in VS6.0 did?
I was trying harder to find some info, but everything is for C#, VB, or it's explained for VS6.0 and not 2005 or newer :(
Thanx everybody.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,确实从缺乏像样的示例或教程中得到暗示。如果您确实想在 C++ 中执行此操作,请查看 Chris Sells 的 ATL Internals 的副本。据我所知,它仍在印刷中。它包含使用 ATL 创建 ActiveX 控件的完整演练。
Well, do take a hint from the lack of decent samples or tutorials. If you really want to do this in C++ then check out a copy of Chris Sells' ATL Internals. It is still in print afaik. It contains a complete walkthrough for creating an ActiveX control using ATL.