Installing Visual Basic 6 (VB6) on Windows 7
No, that title isn’t a mistake or drunken threat, I actually went through the process to install Microsoft Visual Basic 6.0 (VB6) on Windows 7 and it worked fine. Now, before things get out of hand with eye rolling and head shaking let me explain. If we go back, BASIC was built as a way to teach people programming. It’s English like syntax allows people to get the fundamentals of loops, decision trees, opening files and displaying data. Although you didn’t have to go through the low level process of memory management you still had the ability to declare variables, set constants and perform all those code functions without being overwhelmed. These are the building blocks that almost all languages share. Then once you got some code control you could unleash the power of object oriented programming and the use of Forms. I think VB6 did a very good job of exposing and handling this. It was now possible to […]
Recent Comments