DBCombo 来自哪个库?

发布于 2024-12-29 14:55:19 字数 122 浏览 1 评论 0原文

我继承的旧版 VB5 程序存在一些兼容性问题。

具体来说,是DBCombo 控件。

这个控制从哪里来?我认为它可能来自 Microsoft DAO 对象库,但我想确定一下。

I'm having some compatibility issues with a legacy VB5 program I inherited.

Specifically, the DBCombo control.

Where does this control come from? I think it might be from the Microsoft DAO Object Library but I want to make sure.

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

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

发布评论

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

评论(1

-柠檬树下少年和吉他 2025-01-05 14:55:19

嗯,它是最后一次在 VB6 中出现的 ActiveX 控件。支持它的 DLL 被命名为“DBList32.ocx”。如果您有一台安装了该软件的旧机器,则可以从 c:\windows\system32 目录复制该文件并使用 regsvr32.exe 注册它。

我仍然可以通过右键单击它并选择“选择项目”、“COM”选项卡并勾选“Microsoft DBCombo Control”(在计算机上安装了 VB6)将其添加到 VS2008 .NET 工具箱。实际上并没有尝试使用它,在 Windows 7 SP1 更新 ADO 后破坏了向后兼容性的可能性很低。

It is, well, was, an ActiveX control last seen in VB6. The DLL that supported it was named "DBList32.ocx". If you have a really old machine on which it was installed then you could copy that file from the c:\windows\system32 directory and register it with regsvr32.exe.

I can still add it to the VS2008 .NET toolbox by right-clicking it and selecting Choose Items, COM tab and ticking "Microsoft DBCombo Control" (got VB6 installed on the machine). Didn't actually try to use it, odds are low after the Windows 7 SP1 update for ADO that broke backwards compatibility.

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