|
-
Nov 5th, 2009, 09:52 AM
#1
Thread Starter
Member
Installing VB6 with Windows 7 (and Vista)
When attempting to install VB6 on Windows 7 (and Vista) a message about a known compatability problem occurs. Is there a work around this problem that will allow VB6 to intall a run correctly?
-
Nov 5th, 2009, 11:00 AM
#2
Re: Installing VB6 with Windows 7 (and Vista)
I personally ignored that message but IDE works just fine except for one thing: IDE refresh rate is a bit slow when you move controls with your mouse, however it's normal when controls are moved with keyboard.
edit: I did that on Win7.
Last edited by RhinoBull; Nov 5th, 2009 at 11:13 AM.
-
Nov 5th, 2009, 11:21 AM
#3
Thread Starter
Member
Re: Installing VB6 with Windows 7 (and Vista)
OK, I ignore the compatability message and install anyway. Win 7 automatically selects Run as Administrator. The installation completes. However, when attempting to run VB6, the following message appears--Automation error: Error accesing the OLE registry. How can I resolve this error?
-
Nov 5th, 2009, 11:32 AM
#4
Re: Installing VB6 with Windows 7 (and Vista)
You need to run VB as an admin. You can do that by right-clicking on the shortcut.
-
Nov 5th, 2009, 11:44 AM
#5
Thread Starter
Member
Re: Installing VB6 with Windows 7 (and Vista)
In WIN 7, right clicking on the shortcut for VB6 does not show Run as Administrator in the drop down box. Under Properties/Security there is a reference to Administrator under Group or users names. The default is set to Everyone. I did try selecting Administrator, but no help. Where can we go from here?
-
Nov 5th, 2009, 11:53 AM
#6
Re: Installing VB6 with Windows 7 (and Vista)
Ah... I haven't actually got 7 yet, so I'm not sure.
In Vista you can specify it by going to Properties/Shortcut, and clicking the "Advanced" button.
If that doesn't work, try holding the Shift key while right-clicking on the shortcut.
-
Nov 5th, 2009, 12:13 PM
#7
Thread Starter
Member
Re: Installing VB6 with Windows 7 (and Vista)
We are moving ahead somewhat. Right clicking on the shortcut did show the Run as Administrator. Running VB now allows the initial program window to display. However, attempting to open a project causes the Error in Accessing System Registry. How can we resolve this one?
By the way, do you know whether the Classic Windows theme is supported in Win 7? If not, are there workarounds?
-
Nov 5th, 2009, 02:36 PM
#8
Re: Installing VB6 with Windows 7 (and Vista)
You need to run VB6 as Adminostrator too as it accesses the registry and System32 for ocx and references. Right click on the VB6.exe and set it to run as Admin all the time.
Thread Moved
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Nov 5th, 2009, 03:11 PM
#9
Thread Starter
Member
Re: Installing VB6 with Windows 7 (and Vista)
The system registry error occurs while loading the .vbp file into the VB development program, not while running the .exe application. The VB shortcut is started with Run as Administrator. The VB developer does start normally if a new project is selected. The program compiles and runs fine under XP. Further thoughts?
-
Nov 5th, 2009, 06:52 PM
#10
Re: Installing VB6 with Windows 7 (and Vista)
i installed vb6 on Vista and found i could not just move my xp projects there, they had to be added form by form, bas by bas to a project created in vista. I still use xp to develop my apps, only use Vista for testing. Read somewhere that
app created with vista would have problems running on xp. Ordered win 7 yesterday to use for testing. Do have every running fine on Vista, read somewhere that if it runs on Vista it will run Win 7, I will see. Been looking real hard at Realbasic
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Nov 5th, 2009, 07:00 PM
#11
Re: Installing VB6 with Windows 7 (and Vista)
The problem is the vbp file contains references pointing to different locations under XP and below. On Vista and above I would recommend recreating a new vbp project file and add new references and existing files, modules, classes etc
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Nov 6th, 2009, 07:39 AM
#12
Thread Starter
Member
Re: Installing VB6 with Windows 7 (and Vista)
Thank you for your help. I now have VB6 development system running under Win 7.
-
Jan 3rd, 2011, 09:54 PM
#13
New Member
Re: Installing VB6 with Windows 7 (and Vista)
i'm trying to install VB6 on my windows 7. First, there is appear error message "cannot load acmboot.exe". Then I copy the installation folder to my Hardisk. I try it, then, appear error message "cannot read ..\OS\SYSTEM\ODBCCP32.DLL"
Thx
-
Jan 3rd, 2011, 10:08 PM
#14
Re: Installing VB6 with Windows 7 (and Vista)
 Originally Posted by hamdanitulus
i'm trying to install VB6 on my windows 7. First, there is appear error message "cannot load acmboot.exe".
I had that problem too so I copied the installation cd to my usb and installed it off of by usb. Have you tried that?
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Jan 4th, 2011, 08:54 PM
#15
Re: Installing VB6 with Windows 7 (and Vista)
 Originally Posted by hamdanitulus
i'm trying to install VB6 on my windows 7. First, there is appear error message "cannot load acmboot.exe". Then I copy the installation folder to my Hardisk. I try it, then, appear error message "cannot read ..\OS\SYSTEM\ODBCCP32.DLL"
Thx
try putting the install folder in the root directory.
but it sounds to me like your real problem is you are having problems reading the disk it is on.
-
Jan 4th, 2011, 09:23 PM
#16
Fanatic Member
Re: Installing VB6 with Windows 7 (and Vista)
 Originally Posted by Grady
a message about a known compatability problem occurs.
related to this... if in vb6 when you attempt to draw a control on a form and it seems to be very slow, then you should right click vb6.exe and click propteries, go under compatibility and check disable desktop composition.
-
Aug 26th, 2011, 05:40 AM
#17
Lively Member
Re: Installing VB6 with Windows 7 (and Vista)
Best Regards,
Prabahar.A
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|