Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Windows 8.1 support installation of Visual Studio 6.0 (Visual Basic 6)?

I have an old project developed in Visual Basic 6, in which I need to do an enhancement.

I need to confirm whether I can install Visual Studio 6 on Windows 8.1.

Last time, when I installed it in Windows 7, I faced difficulties in installation, but finally made it through after adding some DLL's.

I don't want to waste time, so, if anyone have already managed to install it, could you please share with us?

like image 251
Kishore Kumar Avatar asked Jan 06 '14 17:01

Kishore Kumar


People also ask

Is Visual Studio compatible with Windows 8?

Summary. Visual Studio 2022 is supported only on 64-bit editions of Windows 10 version 1909 and higher and Windows Server 2016 and higher. We don't recommend using Visual Studio on earlier versions of Windows and Windows Server.

Does Visual Basic 6.0 work on Windows 7?

VB6 Installs just fine on Windows 7 (and Windows 8 / Windows 10) with a few caveats. Here is how to install it: Before proceeding with the installation process below, create a zero-byte file in C:\Windows called MSJAVA. DLL .

What is Visual Basic 6.0 used for?

VBA is used to write programs for the Windows operating system and runs as an internal programming language in Microsoft Office (MS Office, Office) applications such as Access, Excel, PowerPoint, Publisher, Word, and Visio.


2 Answers

While you can run VB6 in Windows 8.1 it's not going to do well and there will be any number of issues.

The sensible way to use VB6 in Windows 8 is to create a Virtual Machine using Hyper-V Manager, install Windows XP*, Visual Studio 6, MZ-Tools, and any other support software. Remote desktop to your virtual machine and you're good to go.

Also, when windows 9, 10 and 11 arrive, your virtual machine can be transferred over to them or to a new PC all without breaking your VB6 development environment.

*Or Windows 7 32 bit if you have to but XP is better for VB6

like image 81
Robin G Brown Avatar answered Oct 09 '22 03:10

Robin G Brown


If you need to install it WITH DAC, then run the installer as administrator. Select DAC, the installer will crash at the end. End Task on installer in Task manager. Rerun installation with ONLY core language files (VB6 and/or VC++ etc.) installation will complete successfully. Run installer for SP6 as administrator.

like image 35
MassiveGeek Avatar answered Oct 09 '22 03:10

MassiveGeek