Results 1 to 17 of 17

Thread: Installing VB6 with Windows 7 (and Vista)

Hybrid View

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2007
    Location
    Cleveland
    Posts
    32

    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?

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    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.

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2007
    Location
    Cleveland
    Posts
    32

    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?

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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.

  5. #5

    Thread Starter
    Member
    Join Date
    Jun 2007
    Location
    Cleveland
    Posts
    32

    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?

  6. #6
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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.

  7. #7

    Thread Starter
    Member
    Join Date
    Jun 2007
    Location
    Cleveland
    Posts
    32

    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?

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  9. #9

    Thread Starter
    Member
    Join Date
    Jun 2007
    Location
    Cleveland
    Posts
    32

    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?

  10. #10
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    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

  11. #11
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  12. #12

    Thread Starter
    Member
    Join Date
    Jun 2007
    Location
    Cleveland
    Posts
    32

    Re: Installing VB6 with Windows 7 (and Vista)

    Thank you for your help. I now have VB6 development system running under Win 7.

  13. #13
    New Member
    Join Date
    Jan 2011
    Posts
    1

    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

  14. #14
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Installing VB6 with Windows 7 (and Vista)

    Quote Originally Posted by hamdanitulus View Post
    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

  15. #15
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Installing VB6 with Windows 7 (and Vista)

    Quote Originally Posted by hamdanitulus View Post
    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.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  16. #16
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    Re: Installing VB6 with Windows 7 (and Vista)

    Quote Originally Posted by Grady View Post
    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.

  17. #17
    Lively Member
    Join Date
    Jan 2008
    Posts
    110

    Re: Installing VB6 with Windows 7 (and Vista)

    Please try this I hope it will work...

    http://www.fortypoundhead.com/showco...sp?artid=20502
    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
  •  



Click Here to Expand Forum to Full Width