Windows 10: VB6 SB6 Install

Discus and support VB6 SB6 Install in Windows 10 Software and Apps to solve the problem; I don't know if anyone on this forum can help with this but I don't know anywhere else! Last year I believe Microsoft released a security update for... Discussion in 'Windows 10 Software and Apps' started by IanB2, Jun 22, 2025 at 3:32 PM.

  1. IanB2 Win User

    VB6 SB6 Install


    I don't know if anyone on this forum can help with this but I don't know anywhere else! Last year I believe Microsoft released a security update for VB6 SPB KB2708437, I'm having trouble installing it. I do have the original SP6 installed but I want this update.When I run the msi I get an error message "Could not access Network location Tools\VB\Controls\Controls_BackupI have no idea what or where this is. I have never had anything networked from this computer. Perhaps it's some sort of registry corruption?Any advice VERY welcome.Thanks

    :)
     
  2. thanhtan Win User

    VB6 or VB.Net?

    This describes some of the many differences between VB6 and VB.NET. Much of the current VB6 code base will not run under VB.NET due to changes in VB.NET's syntax and language, its use of the new common runtime, and its switch to WinForms from the VB6 form model.

    Visual Basic.NET includes an upgrade tool to assist in converting VB6 projects to .NET. The tool adds an upgrade report to your project listing any problems and inserts comments into your code and To Do items into the new Task List indicating where additional changes need to be made.

    However, understanding the following changes can help simplify migrating your existing VB6 code. For further information on this topic, visit Microsoft's web site.
    ----------------------------------------------
    Electronics maze
     
  3. VB6 on Win10

    Hello All,

    I have an EXE which was written in VB6 edition. It uses a "Comm Port" and lists all the available COMM ports of the system in a drop down. This EXE works well on Win7 and Win8.

    But, when we use this EXE (developed in VB6) on Win10 OS, then dropdown containing the list of COMM ports is empty (even if the computer has few COMM ports available).

    We have another EXE developed in VB2010 edition. This EXE lists all the COMM ports in a dropdown on: Win7, Win8 and Win10.

    But, an EXE developed in VB6 doesn't work on Win10.

    My expectation:

    1. Can we "somehow" make an EXE (written in VB6) to list all available COMM ports on Win10 OS?

    2. If above is not possible, then what is an alternate solution for it?

    ~
     
    Heramb Phadke, Jun 22, 2025 at 3:43 PM
    #3
  4. VB6 SB6 Install

    VB6 isntallation

    Unfortunately, we still have applications in VB6. In order to upgrade them we need to re-write the entire app.

    We have a license for VB6 but we need the installation.

    From where we can download it?
     
    Lukasz Lewke, Jun 22, 2025 at 3:43 PM
    #4
Thema:

VB6 SB6 Install

Loading...
  1. VB6 SB6 Install - Similar Threads - VB6 SB6 Install

  2. VB6 SB6 Install

    in Windows 10 Gaming
    VB6 SB6 Install: I don't know if anyone on this forum can help with this but I don't know anywhere else! Last year I believe Microsoft released a security update for VB6 SPB KB2708437, I'm having trouble installing it. I do have the original SP6 installed but I want this update.When I run the...
  3. VB6 isntallation

    in Windows 10 Gaming
    VB6 isntallation: Unfortunately, we still have applications in VB6. In order to upgrade them we need to re-write the entire app.We have a license for VB6 but we need the installation.From where we can download it?...
  4. VB6 isntallation

    in Windows 10 Software and Apps
    VB6 isntallation: Unfortunately, we still have applications in VB6. In order to upgrade them we need to re-write the entire app.We have a license for VB6 but we need the installation.From where we can download it?...
  5. Will VB6 run in Lunix

    in Windows 10 Gaming
    Will VB6 run in Lunix: VB 6 wont install on W11, Will VB6 run in Lunix? https://answers.microsoft.com/en-us/windows/forum/all/will-vb6-run-in-lunix/82975e36-5daf-4539-9234-88ed8b4215bd
  6. Will VB6 run in Lunix

    in Windows 10 Software and Apps
    Will VB6 run in Lunix: VB 6 wont install on W11, Will VB6 run in Lunix? https://answers.microsoft.com/en-us/windows/forum/all/will-vb6-run-in-lunix/82975e36-5daf-4539-9234-88ed8b4215bd
  7. VB6 manifest for Windows 11

    in Windows 10 Software and Apps
    VB6 manifest for Windows 11: I'm testing my legacy VB6 app in Windows 11 and so far almost everything is perfect. However, I do have a display issue with some of the Common Controls listboxes, checkboxes, etc that's causing some visual problems. I'm suspecting that the manifest that I created to use .NET...
  8. VB6 Outlook GetObject

    in Windows 10 Customization
    VB6 Outlook GetObject: HI, Have two VB6 projects. In Project - References I have no reference to OutLook. The one project works 100% with GetObject(, "Outlook.Application") and if Outlook is not running I issue CreateObject("Outlook.Application). Both scenarios works. In the other project I get...
  9. VB6 on Win10

    in Windows 10 Customization
    VB6 on Win10: Hello All, I have an EXE which was written in VB6 edition. It uses a "Comm Port" and lists all the available COMM ports of the system in a drop down. This EXE works well on Win7 and Win8. But, when we use this EXE (developed in VB6) on Win10 OS, then dropdown containing...
  10. Old VB6 App

    in Windows 10 Software and Apps
    Old VB6 App: Hi, I'm hoping I can get some suggestions for these small problems I and a few others are having with an old VB6 application which is not working properly under Win10. The vast majority of this program is working fine, just 2 (so far!) small functions are not working. 1....