Visual Basic 6 Portable For Windows 7
Anonymous
- Anonymous
Microsoft Visual Basic 6.0 Portable.rar
File name Size Microsoft Visual Basic 6.0 Portable/desktop.ini 227 Bytes Microsoft Visual Basic 6.0 Portable/ENTDAT.DLL 32 KB Microsoft Visual Basic 6.0 Portable/execute para inserir registro.exe 32 KB Microsoft Visual Basic 6.0 Portable/Filzip.ini 41 Bytes Microsoft Visual Basic 6.0 Portable/Form1.frm 1.27 KB Microsoft Visual Basic 6.0 Portable/LRNDAT.DLL 28 KB Microsoft Visual Basic 6.0 Portable/PRODAT.DLL 28 KB Microsoft Visual Basic 6.0 Portable/Project1.vbp 581 Bytes Microsoft Visual Basic 6.0 Portable/ReadMe.txt 5.03 KB Microsoft Visual Basic 6.0 Portable/Visual Basic 6 Portable.exe 5.9 MB Microsoft Visual Basic 6.0 Portable 0 Bytes Details General Multi-volume: No Files count: 11 - Uploaded00
Similar files
- Microsoft Visual Basic 6.0 Portable.rar
- Microsoft Visual Basic for Application. Учебное пособие (2013) И.С. Осетрова, Н.А. Осипов.pdf
- old trick for.Microsoft Visual Basic 5.0 .6.0.zip
- Microsoft Visual C 2005-2008-2010-2012-2013 [26-02-2015].txt
- PEPrograms_Portable.rar
Possible Duplicate:
Has anyone had success with Visual Studio 6 on Windows 7?
Does the VB6 IDE run on Windows 7 64-bit?
I have been having problems installing VB6 on Windows 7. I realize it is a legacy IDE and my research on the net hasn't been that much of help. Every time I attempt to install VB6 on Windows 7, besides the alert notifying me of compatibility issues, the setup runs and fails near the end, to which the installation process fails ultimately. And when another attempt is made, certain dll files are supposedly unreachable.
Free celebrity garmin voices downloads. These are but some of the few links I have visited in the hopes of attaining a solution or even just seeing a few bread crumbs:
- How to install VB6 on Windows 7
- VB6 on Windows 7 64-bit
Before anyone says, 'Why on earth would you want to install VB6 on Windows 7 when there are newer versions of Microsoft Visual Studio out!', VB6 is still required to maintain and update a legacy system already in place.
So the question(s) is, is there a way to install VB6 on Windows 7 without compatibility issues? Is it better to install a virtual box and to run the VB6 IDE in XP? Or is there some other means to which I have not encountered that may be applicable to this dilemma?
Thanks and kind regards,
Craig
marked as duplicate by MarkJ, C-Pound Guru, Deanna, Jay Riggs, Hans PassantMay 9 '12 at 7:35
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
3 Answers
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
calledMSJAVA.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. - Turn off UAC.
- Insert Visual Studio 6 CD.
- Exit from the Autorun setup.
- Browse to the root folder of the VS6 CD.
- Right-click
SETUP.EXE
, selectRun As Administrator
. - On this and other Program Compatibility Assistant warnings, click Run Program.
- Click Next.
- Click 'I accept agreement', then Next.
- Enter name and company information, click Next.
- Select Custom Setup, click Next.
- Click Continue, then Ok.
- 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.
- On the options list, select the following:
- Microsoft Visual Basic 6.0
- ActiveX
- Data Access
- Graphics
- All other options should be unchecked.
- Click Continue, setup will continue.
- Finally, a successful completion dialog will appear, at which click Ok. At this point, Visual Basic 6 is installed.
- 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.
- Click Next to skip the installation of Installshield. This is a really old version you don't want anyway.
- Click Next again to skip the installation of BackOffice, VSS, and SNA Server. Not needed!
- 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!
- Turn On UAC again
- 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.
- Using Windows Explorer, browse the location where you installed VB6. By default, the path is
C:Program FilesMicrosoft Visual StudioVB98
- Right click the VB6.exe program file, and select properties from the context menu.
- Click on the Compatibility tab.
- Place a check in each of these checkboxes:
- Run this program in compatibility mode for Windows XP (Service Pack 3)
- Disable Visual Themes
- Disable Desktop Composition
- Disable display scaling on high DPI settings
- If you have UAC turned on, it is probably advisable to check the 'Run this program as an Administrator' box
After changing these settings, fire up the IDE, and things should be back to normal, and the IDE is no longer sluggish.
Edit: Updated dead link to point to a different page with the same instructions
Edit: Updated the answer with the actual instructions in the post as the link kept dying
I've installed and use VB6 for legacy projects many times on Windows 7.
What I have done and never came across any issues, is to install VB6, ignore the errors and then proceed to install the latest service pack, currently SP6.
Download here: http://www.microsoft.com/en-us/download/details.aspx?id=5721
Bonus:Also once you install it and realize that scrolling doesn't work, use the below:http://www.joebott.com/vb6scrollwheel.htm
Thanks everyone for your replies to the matter. It seems that I had UAC on, as well not the appropriate rights for the pc :P.
In summary I will post the links (proposed by you all) that others may refer to if they come across this link.
- Does the VB6 IDE run on Windows 7 64 Bit?
- Has anyone had success with Visual Studio 6 on Windows 7?
And thank you ericosg for the links that may help too.
Thanks again everyone for your insightful guidance it is greatly appreciated :D