Relative Content

Tag Archive for vb.netvisual-studiovb6

How to regenerate VB forms in Visual Studio 22?

I am attempting to upgrade a system from windows 10 to windows 11. This system was originally made in VB 6.0 which is definitely outdated. Alot of the errors preventing me from building my .NET application stem from outdated commands in the auto generated scripts from Windows forms editor. So, I am hoping that if I can find way to regenerate the form itself it will then regenerate the code with up-to-date classes and events.

How do I access a Visual Basic 6.0 file?

I got an old Visual Basic 6.0 program with various files that I was asked to try to fix in some way. I figured the easiest way is to re-write the code in a different language but I can’t do that without being able to see the original code so I know what it was doing.