Does Microsoft Visual Basic 6.0 support classes?
Yes, you can create your own classes inside of Visual Basic 6.0. In doing so, you can create standard foundation class libraries for various types of applications to provide specific functionality to that type of program, then compile those classes in your application. Thus giving you the ability to avoid reprogramming a standard set of features in particular applications.