Browsing Visual Basic 6
VB6 Tutorial 66: Validation
Validation is a very useful feature in VB6, which you implement in a variety of situations.
VB6 Tutorial 65: Storing Code in a Module
Visual Basic 6 stores its code in the form of module that makes your program more structured.
VB6 Tutorial 64: The Screen Object
One of the objects you can work with in VB6 is the Screen object.
VB6 Tutorial 63: MDI Forms
This lesson discusses how to work with MDI forms in Visual Basic 6.
VB6 Tutorial 62: Splash Screen
You can use splash-screen in your windows app to make the program more attractive.
VB6 Tutorial 61: Multiple Forms
In Visual Basic 6, a windows application may have more than one window.
VB6 Tutorial 60: Popup menu
Most commercial software products have popup menus (also known as context menus) as they can make the application more user-friendly and powerful.