用C#构建64位ActiveX控件供企业应用使用可以吗

发布于 2024-11-09 19:38:57 字数 275 浏览 3 评论 0原文

我计划构建一个 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 技术交流群。

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

发布评论

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

评论(2

断桥再见 2024-11-16 19:38:57

如果您最熟悉 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.

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