1.

Solve : Does VB 6 still work on Windows 7??

Answer»

If so, do you need to run it in XP mode or normal? I would like any info you can GIVE especially about 64 bit machines using 32 bit DLL's.

Thanks for any help you can give, I'm still using my trusty XP.

TedQuote

Does VB 6 still work on Windows 7?

Yes. Ideally you will create a manifest file for the compiled program that allows it to prompt to run as ADMIN. (Unless you don't USE any external COM objects, including ActiveX Controls while your at it, you MAY as well add in the Common controls manifest info so you can get the "new look"- this applies to XP as well.

You cannot compile 64-bit ANYTHING with VB6. only 32-bit programs can access a 32-bit dll compiled with Visual Basic, as far as I'm aware.


Discussion

No Comment Found