Visual Basic (VB) is an accessible, yet powerful programming language designed by Microsoft. This guide introduces beginners to VB, providing a clear path to understanding its fundamentals and practical applications. Understanding Visual Basic: An Overview What is Visual Basic? VB is a user-friendly programming language known for its simplicity and readability, making it ideal for […]
Getting Started With Visual Basic 6.0
Comprehensive tutorial aimed at introducing you to the basics of programming in Visual Basic 6.0.
Basic drawing program
This tutorial doesn’t just show you how to make a simple drawing program, it also teaches you things like error handling. Good for beginners who want some hands-on approach.
Creating and deleting directories
Will show you the basics of creating several directories named 1, 2, 3… or using a prefix like dir1, dir2, dir3. Also shows you how to delete an empty dir.