Windows 10: VB6 isntallation

Discus and support VB6 isntallation in Windows 10 Gaming to solve the problem; 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... Discussion in 'Windows 10 Gaming' started by Lukasz Lewke, Jun 26, 2023.

  1. 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 26, 2023
    #1
  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
     
    thanhtan, Jun 26, 2023
    #2
  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 26, 2023
    #3
  4. VB6 isntallation

    VB6 or VB.Net?

    I'd say skip VB6 and go .NET. It allows you to do basically anything.
     
    DanTheBanjoman, Jun 26, 2023
    #4
Thema:

VB6 isntallation

Loading...
  1. VB6 isntallation - Similar Threads - VB6 isntallation

  2. Sudden VB6 run-time error 48 on Windows 11

    in Windows 10 Gaming
    Sudden VB6 run-time error 48 on Windows 11: Couldn't find the best place to post this. If you have a better idea, please respond with product, topic, sub-topic.I have a VB6 program that I wrote years ago and update often. I use it frequently twice a year to run fundraisers for several local non-profits. The last...
  3. Sudden VB6 run-time error 48 on Windows 11

    in Windows 10 Software and Apps
    Sudden VB6 run-time error 48 on Windows 11: Couldn't find the best place to post this. If you have a better idea, please respond with product, topic, sub-topic.I have a VB6 program that I wrote years ago and update often. I use it frequently twice a year to run fundraisers for several local non-profits. The last...
  4. Vb6 doesnt respond to MouseDown event unless the pen move 3mm

    in Windows 10 Software and Apps
    Vb6 doesnt respond to MouseDown event unless the pen move 3mm: Vb6 doesnt respond to MouseDown event unless the pen move 3mm nearly after that it respond to the pen and respont to the old Mousedown event . can any one solve me this problem and ensuring his solusion by testing althought microsoft PaintBrush is good for that...
  5. Vb6 doesnt respond to MouseDown event unless the pen move 3mm

    in Windows 10 Gaming
    Vb6 doesnt respond to MouseDown event unless the pen move 3mm: Vb6 doesnt respond to MouseDown event unless the pen move 3mm nearly after that it respond to the pen and respont to the old Mousedown event . can any one solve me this problem and ensuring his solusion by testing althought microsoft PaintBrush is good for that...
  6. Run VB6 application on windows 10 64-bit then show error "action cannot be completed....."

    in Windows 10 Software and Apps
    Run VB6 application on windows 10 64-bit then show error "action cannot be completed.....": Run application VB6.0 on Windows 10 64 bits Version Windows 10 Pro 22H2 in some time show this action cannot be completed because the other application is busy Already tried downgrade windows to -Windows 10 1909 still show the error...
  7. Run VB6 application on windows 10 64-bit then show error "action cannot be completed....."

    in Windows 10 Gaming
    Run VB6 application on windows 10 64-bit then show error "action cannot be completed.....": Run application VB6.0 on Windows 10 64 bits Version Windows 10 Pro 22H2 in some time show this action cannot be completed because the other application is busy Already tried downgrade windows to -Windows 10 1909 still show the error...
  8. Issue with VB6 calling a .bat file for large files

    in Windows 10 Gaming
    Issue with VB6 calling a .bat file for large files: Hello everyone,I’m facing an issue when executing a .bat file from a VB6 program:My VB6 program calls a .bat file.The .bat file contains a Java command that processes two files.This generally works, but when one of the files exceeds a certain size, the Java command is not...
  9. Issue with VB6 calling a .bat file for large files

    in Windows 10 Software and Apps
    Issue with VB6 calling a .bat file for large files: Hello everyone,I’m facing an issue when executing a .bat file from a VB6 program:My VB6 program calls a .bat file.The .bat file contains a Java command that processes two files.This generally works, but when one of the files exceeds a certain size, the Java command is not...
  10. 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?...