• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Visual Basic on Windows Vista x64

asdftt123

Senior member
Hey guys,

I'm having a ton of trouble installing VB 6.0 on my Vista x64 machine. Are there any available VB clients that will allow me to view and edit some basic VB code? Thanks!

Moved from Off Topic.
Sr Moderator allisolm
 
VB6 was written in 1998, and that installer has used the MS Java VM, which hasn't been updated or used in years. Once you get other apps install, that conflicts with the VB6 installer and you'll never get it installed.

If you have a FRESH format if your OS, you may get lucky and get the VB6 installed, but if you install other apps first, you won't get it installed. I ran into that problem before at a place I worked and installed VB6 after installing office, etc, and could never get VB6 installed, but once I changed the order of installation, then it worked.

It's better to just use VB.Net Express 2008 from Microsoft.
 
It's not supported on 64-bit versions of Vista or Windows 7, but people have been able to run it successfully. Try running the setup program as an administrator, and run the VB6 executable in XP compatibility mode.

Your best bet may be to run an XP virtual machine in VMWare and use that as a dedicated VB6 development sandbox.
 
Visual Studio 2008 Express Edition is available. It works fine on Vista 64-bit and is free to download. It does most of what the hobbyist level programmer would want to do. The only major limitation I've found with it is that it doesn't provide the tools to work with remote or ODBC databases. You're basically limited to a local database file with it. Other than that though, it's a nice environment to learn on.
 
VB6, despite being eclipsed by a far better VB.Net, will unfortunately end up like COBOL, and live on forever due to the sheer mass of code that was written in it.
 
Back
Top