Re: VB 6.0 & 32Bit Windows 7
The install worked, but showed some complaining messages.
One VB6.0 application ran okay. Perhaps the only problem will be attempting to produce code to be run under Win7 outside the IDE.
I would still be interested in comments and/or advice.
Re: VB 6.0 & 32Bit Windows 7
The VB6 IDE works fine on Win7/Vista (32 and 64 bit), but is officially not supported.
It has minor compatibility issues, which can be fixed by ticking the "disable desktop composition" box in the shortcut properties, and sometimes (such as when creating user controls) you need to run it as an administrator.
Programs created with VB6 are fine on Win7/Vista too, assuming of course that you follow Win2000 guidelines, and if apt deal with UAC issues for admin tasks.
Re: VB 6.0 & 32Bit Windows 7
The IDE should also be run elevated and really ought to have a "Vista aware" manifest. Otherwise you end up with a lot of trash in virtualized registry locations, and other erratic things can happen during debugging since debugger APIs are protected from use by standard users.