Below all steps are given to run visual basic 6.0 in window 7 64bits version .Try step by step :-
1 .When some of the problem faced by you like
# library not registered
# connection not done
#oracle connection not succeed
And many more
You must have to change the path of visual basic6.0 in window 7 64 version OS
during the installation.
you can short-out these problem by changing the path of visual basic 6.0
Path of visual basic during installation is
Path: C:\programs File(X86)\...
You just have to change one thing or delete one thing the (X86) from it and then install or proceed the process
Path: C:\programs File\...
just delete (x86) and proceed the installation process
Enjoy!!!
Your programming
2..The second Error you faced is the "Error accessing the system registry"# library not registered
# connection not done
#oracle connection not succeed
And many more
You must have to change the path of visual basic6.0 in window 7 64 version OS
during the installation.
you can short-out these problem by changing the path of visual basic 6.0
Path of visual basic during installation is
Path: C:\programs File(X86)\...
You just have to change one thing or delete one thing the (X86) from it and then install or proceed the process
Path: C:\programs File\...
just delete (x86) and proceed the installation process
Enjoy!!!
Your programming
Select the Microsoft Visual Basic 6.0 shortcut from the Start menu and right-click on it.
Select Properties, and the property sheet for the shortcut will be displayed. Next, click on the Compatibility tab. It is recommended that you make the following changes:
1. Enable compatibility mode and select Windows XP (Service Pack 2) .....
2. Check the "Disable visual themes" option .....
3. Check the "Disable desktop composition" option.....
4. Check the "Run this program as an administrator" option
3.
When you are facing these types of problem in running visual basic 6.0 in Windows 7 64-bit like --" Library Not Registered problem"
then you use under given command to overcome from these problem
Some time it doesn't work due to some problem but it work...
Steps below to track-out the problem . (Operating system is Windows 7 64-bit)
1. Open command prompt (run as administrator)
2. I changed directory to C:\Windows\SysWOW64
3. Unregistered the control using the command "regsvr32 /U mscomctl.ocx" (successful)
4. Re-Registered using the command "regsvr32 mscomctl.ocx" (successful)
5. Opened a new project in VB6 and tried to add Microsoft Windows Common Controls 6.0 (SP6) but
as soon as I click "Apply" I still get the error "object library not registered"
If I edit the project file (of the project that no longer loads) with notepad the reference to mscomctl is:
Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; mscomctl.ocx
but I'm not able to tell if the project file is referencing the proper version of the control.
Enjoy Your Programming :)
0 comments:
Post a Comment