USEPA / Environmental-Technologies-Design-Option-Tool

Software models that provides engineers with the capability to evaluate and design systems that use granular activated carbon or ion exchange resins for the removal of contaminants, including PFAS, from drinking water and wastewater
17 stars 9 forks source link

Compatibility of Visual Basic GUI #1

Open ucchejbb opened 4 years ago

ucchejbb commented 4 years ago

The version of Visual Basic used for the GUIs housed here was VB6. This means recompiling the GUI is nearly impossible, due to the lack of support for this language.

Methods are suggested for converting from VB6 to Visual Basic 2008, but this requires manually converting some portions of each of the codes to deal with changes in how graphics are produced.

Cosmokalyan commented 1 year ago

Manually converting some portions of each of the codes to deal with changes in how graphics are produced ? How to accomplish it? Which parts to convert? Thanks.

ucchejbb commented 1 year ago

The original code relied on numerous ActiveX components. Please see https://github.com/USEPA/Environmental-Technologies-Design-Option-Tool/tree/master/VS2019_AdDesignS for an example of a completely converted package. We went through and identified each ActiveX component after we did the initial conversion.