视频1 视频21 视频41 视频61 视频文章1 视频文章21 视频文章41 视频文章61 推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37 推荐39 推荐41 推荐43 推荐45 推荐47 推荐49 关键词1 关键词101 关键词201 关键词301 关键词401 关键词501 关键词601 关键词701 关键词801 关键词901 关键词1001 关键词1101 关键词1201 关键词1301 关键词1401 关键词1501 关键词1601 关键词1701 关键词1801 关键词1901 视频扩展1 视频扩展6 视频扩展11 视频扩展16 文章1 文章201 文章401 文章601 文章801 文章1001 资讯1 资讯501 资讯1001 资讯1501 标签1 标签501 标签1001 关键词1 关键词501 关键词1001 关键词1501 专题2001 知道1 知道21 知道41 知道61 知道81 知道101 知道121 知道141 知道161 知道181 知道201 知道221 知道241 知道261 知道281
问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501
win7下安装vb6.0(ErroraccessingtheOLEregistry)
2020-11-09 07:27:00 责编:小采
文档

文章( Install VB6 on Windows 7 http://www.fortypoundhead.com/showcontent.asp?artid=20502 After surfing around the net, I've found very little information regarding installation of VB6 on Windows 7. Most of the information out there is for

文章(Install VB6 on Windows 7http://www.fortypoundhead.com/showcontent.asp?artid=20502

After surfing around the net, I've found very little information regarding installation of VB6 on Windows 7. Most of the information out there is for Vista, and most of it is queries for assistance.

You may be wondering why someone would want to utilize VB6 on a shiny new operating system like Windows 7. Or even Vista for that matter.

There are about a bazillion legacy applications out there that have to be supported, and people like me who speak VB6 need to have the tools installed on our workstations in order to implement and test updates and such for these legacy applications. It also helps out when I need to squirt out a quick tool for use in my daily work.

This process has been tested on Windows 7, both 32 bit and 64 bit, with no problems.

So without further delay, here is the process that I have used on my Windows 7 machines to install Visual Basic 6.

Bonus tip from BadBrad: I forgot to post about this part, but BadBrad reminded me in the comments.

Before proceeding with the installation process below, create a zero-byte file in C:\Windows called MSJAVA.DLL. The setup process will look for this file, and if it doesn't find it, will force an installation of old, old Java, and require a reboot. By creating the zero-byte file, the installation of moldy Java is bypassed, and no reboot will be required. Thanks for the reminder, BadBrad!

  1. Turn off UAC.
  2. Insert Visual Studio 6 CD.
  3. Exit from the Autorun setup.
  4. Browse to the root folder of the VS6 CD.
  5. Right-click SETUP.EXE, select Run As Administrator.
  6. On this and other Program Compatibility Assistant warnings, click Run Program.
  7. Click Next.
  8. Click "I accept agreement", then Next.
  9. Enter name and company information, click Next.
  10. Select Custom Setup, click Next.
  11. Click Continue, then Ok.
  12. Setup will "think to itself" for about 2 minutes. Processing can be verified by starting Task Manager, and checking the CPU usage of ACMSETUP.EXE.
  13. On the options list, select the following:
  14. Microsoft Visual Basic 6.0
  15. ActiveX
  16. Data Access
  17. Graphics

  18. All other options should be unchecked. Click Continue, setup will continue.
  19. Finally, a successful completion dialog will appear, at which click Ok. At this point, Visual Basic 6 is installed.
  20. If you do not have the MSDN CD, clear the checkbox on the next dialog, and click next. You'll be warned of the lack of MSDN, but just click Yes to accept.
  21. Click Next to skip the installation of Installshield. This is a really old version you don't want anyway.
  22. Click Next again to skip the installation of BackOffice, VSS, and SNA Server. Not needed!
  23. On the next dialog, clear the checkbox for "Register Now", and click Finish.

The wizard will exit, and you're done. You can find VB6 under Start, All Programs, Microsoft Visual Studio 6. Enjoy!

UPDATE

You might notice after successfully installing VB6 on Windows 7 that working in the IDE is a bit, well, sluggish. For example, resizing objects on a form is a real pain.

After installing VB6, you'll want to change the compatibility settings for the IDE executable.
  1. Using Windows Explorer, browse the location where you installed VB6. By default, the path is C:\Program Files\Microsoft Visual Studio\VB98\
  2. Right click the VB6.exe program file, and select properties from the context menu.
  3. Click on the Compatibility tab.
  4. Place a check in each of these checkboxes:
  5. Run this program in compatibility mode for Windows XP (Service Pack 3)
  6. Disable Visual Themes
  7. Disable Desktop Composition
  8. Disable display scaling on high DPI settings

After changing these settings, fire up the IDE, and things should be back to normal, and the IDE is no longer sluggish

Read more: http://www.fortypoundhead.com/showcontent.asp?artid=20502#ixzz2eNz0F01c


备注:本人在做完第18步(即vb6.0安装完成)后,在win7中运行vb开发环境仍然出现了提示OLE错误的字样,后来重新启动计算机再次运行vb开发环境,问题解决。

下载本文
显示全文
专题