Windows 10: Porting BIG VB6 project to VB.net

Discus and support Porting BIG VB6 project to VB.net in Windows 10 Gaming to solve the problem; I have VB6 project with about 150,000 code lines that controls sophisticated automatic/manual calibration system. The system hardware was recently... Discussion in 'Windows 10 Gaming' started by Michael Levkovitch, Sep 13, 2023.

  1. Porting BIG VB6 project to VB.net


    I have VB6 project with about 150,000 code lines that controls sophisticated automatic/manual calibration system. The system hardware was recently updated and some of the hardware drivers does not support any more VB6 32 bit applications.The whole calibration software package include 22 applications including 3 data acquisition programs, data bases applications and data reduction and analysis applications. I designed the system and wrote all the code.I consider now to rewrite the one problematic data acquisition calibration program in VB.net 2022 to solve the 32 bit issue.This program has abou

    :)
     
    Michael Levkovitch, Sep 13, 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, Sep 13, 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, Sep 13, 2023
    #3
  4. Porting BIG VB6 project to VB.net

    Will VB6 run in Lunix

    VB 6 wont install on W11, Will VB6 run in Lunix?
     
    Mike Edwards1, Sep 13, 2023
    #4
Thema:

Porting BIG VB6 project to VB.net

Loading...
  1. Porting BIG VB6 project to VB.net - Similar Threads - Porting BIG VB6

  2. Spedire una mail da un app Vb Net

    in Windows 10 Gaming
    Spedire una mail da un app Vb Net: Ho scritto in Vb Net un programma che -tra l'altro- deve spedire email.Se il mittente è google ed uso la password per le app, la mail parte.Se invece il mittente è MSN ed uso la password per le app, il messaggio restituisce sempre un errore smpt.Ecco il mio codice :Imports...
  3. Spedire una mail da un app Vb Net

    in Windows 10 Software and Apps
    Spedire una mail da un app Vb Net: Ho scritto in Vb Net un programma che -tra l'altro- deve spedire email.Se il mittente è google ed uso la password per le app, la mail parte.Se invece il mittente è MSN ed uso la password per le app, il messaggio restituisce sempre un errore smpt.Ecco il mio codice :Imports...
  4. Big problem with Net Framework 3.5

    in Windows 10 Gaming
    Big problem with Net Framework 3.5: I have been trying to install Net Framework 3.5 on my PC - Windows 11 Home for 2 days now.The Steam platform - the game requires this framework. I've tried many instructions on how to install the required framework, but still without success and my only option is to ask here....
  5. Big problem with Net Framework 3.5

    in Windows 10 Software and Apps
    Big problem with Net Framework 3.5: I have been trying to install Net Framework 3.5 on my PC - Windows 11 Home for 2 days now.The Steam platform - the game requires this framework. I've tried many instructions on how to install the required framework, but still without success and my only option is to ask here....
  6. Porting BIG VB6 project to VB.net

    in Windows 10 Software and Apps
    Porting BIG VB6 project to VB.net: I have VB6 project with about 150,000 code lines that controls sophisticated automatic/manual calibration system. The system hardware was recently updated and some of the hardware drivers does not support any more VB6 32 bit applications.The whole calibration software package...
  7. vb

    in Windows 10 Gaming
    vb: vbgvhj https://answers.microsoft.com/en-us/windows/forum/all/vb/83613166-f6f4-4339-851e-a5f28a93c197
  8. vb

    in Windows 10 Software and Apps
    vb: vbgvhj https://answers.microsoft.com/en-us/windows/forum/all/vb/83613166-f6f4-4339-851e-a5f28a93c197
  9. Windows 7 VB- compile versus Windows 10 VB6 compile

    in Windows 10 BSOD Crashes and Debugging
    Windows 7 VB- compile versus Windows 10 VB6 compile: I create a VB6 program called Trucker.1.0 and compile in using Windows 7. Within the application title box when compiling it, is the name 'Daily_TASK'. Now I assume this is from some previous project. However, when I execut the Trucker program , "ALL is fine". NOW movinf to...
  10. VB

    in Windows 10 Software and Apps
    VB: How to inside o visual basic 2019 achieve the horizontal scroll with the mouse wheel. I did it with a modifier key and the mousewheel event but only work when i move the wheel down... HELP, please....