如何将 VB6 用户设置/首选项从一台 PC 复制到另一台 PC?

发布于 2024-08-31 19:01:39 字数 70 浏览 4 评论 0原文

所有 VB6 用户首选项(例如对工具栏的自定义编辑等)都存储在哪里?

我想将旧电脑上的所有内容复制到新电脑上。

Where are all of the VB6 user preferences (like custom edits to the toolbar, etc.) stored?

I'd like to copy all of those from an old PC to my new one.

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

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

发布评论

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

评论(2

听闻余生 2024-09-07 19:01:40

这取决于每个程序。

人们可以选择将它们保存在 .ini 文件中,其他文件保存在 HKCU\Software\VB 和 VBA 程序设置下的注册表中,以及开发人员认为有创意的任何其他选项。

It depends on each program.

One can chose to save them in an .ini file, others in the registry under HKCU\Software\VB and VBA Program Settings, and any other option that developer thought that it was creative.

奶茶白久 2024-09-07 19:01:39

Karl Peterson 发布了教程这最后一个月了!

本质上,您只需导出注册表项 HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0 下的所有内容,然后在新计算机上导入即可。

Karl Peterson posted a tutorial on this last month!.

Essentially you just export everything below the registry key HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0 and then import on the new machine.

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