如何在MSAccess 2003窗体中添加.Net控件?

发布于 2024-10-16 13:11:57 字数 119 浏览 2 评论 0原文

我需要将卡片文件控件添加到 MSAccess 2003 表单(选项卡控件的选项卡页)中。

在 .NET 中编写此代码的最佳方法是什么???

有什么建议可以让我开始吗?

马尔科姆

I have a requirement to add like a cardfile control to a MSAccess 2003 form (tab page of a tab control).

What would be the best method to do this writing it in .NET???

Any suggestions to get me started??

Malcolm

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

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

发布评论

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

评论(1

笛声青案梦长安 2024-10-23 13:11:57

您必须将其编译为 ActiveX 控件,因为 Access 2003 是 COM 客户端,无法直接运行托管代码。

这有点复杂,但这里有一个关于如何做到这一点的不错的教程:
在 .NET 中编写 ActiveX 控件

但是,如果最终目标就是添加一个“cardfile 控件”,假设您正在谈论 Access 表单中的选项卡控件,那么您最好根本不使用 .NET。只需使用内置的 Access 选项卡控件即可。

You have to compile it as an ActiveX control since Access 2003 is a COM client and can't run managed code directly.

It's a little bit involved, but here is a decent tutorial on how to do that:
Writing an ActiveX Control in .NET

However, if the end goal is to just add a "cardfile control" assuming you are talking about a tab control to an Access form, you are better off not using .NET at all. Just use the built-in Access tab control instead.

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