用C#构建64位ActiveX控件供企业应用使用可以吗
我计划构建一个 64 位 ActiveX 控件以在我的网页中使用。所以我的问题是用 C# 构建它可以吗?它能够处理复杂的业务逻辑吗?我之所以问这个问题,是因为我对C#比ATL更熟悉。
在提出这个问题之前,我搜索了所有相关的帖子,都是关于如何用C#构建ActiveX的。不过我想知道这是一个不错的选择还是ATL会更好?
顺便说一句,我的ActiveX控件以前的版本是用VB6编码的32位,但VB6不可能构建64位ActiveX控件。
我感谢您的任何建议和意见!
问候, 舒屏
I am planning to build an 64 bit ActiveX control to be used in my web page. So my question is it OK to build it with C#? Will it be able to handle complex business logic? The reason why I ask this is that I am more familiar with C# than ATL.
Before raising this question, I searched all the related posts, they are all about how to build ActiveX with C#. However I would like to know if it will be a good choice or ATL will be more better?
By the way, the previous version of my ActiveX control is in 32 bit coded with VB6, but VB6 is impossible to build 64 bit ActiveX control.
I appreciate any of your suggestions and comments!
Regards,
Shuping
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您最熟悉 C#,为什么不在 Silverlight 中构建它呢?将比构建和部署 ActiveX 控件容易得多。
If you're most comfortable with C#, why not build it in Silverlight? Will be a lot easier than building and deploying ActiveX controls.
从 Clickonce 或 Java Web Start 启动 Windows 窗体应用程序怎么样?您无法从 32 位 IE 运行 64 位 ActiveX。
How about a Windows Forms app launched from Clickonce or Java web start? You cannot run a 64bit ActiveX from a 32bit IE.