Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility of Visual Basic GUI #1

Open
ucchejbb opened this issue Apr 1, 2020 · 2 comments
Open

Compatibility of Visual Basic GUI #1

ucchejbb opened this issue Apr 1, 2020 · 2 comments

Comments

@ucchejbb
Copy link
Collaborator

ucchejbb commented Apr 1, 2020

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
Copy link

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
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants