Visual Basic Tutorials
Visual Basic is created by Microsoft for building stand alone Windows-based programs and applications. Visual Basic is derived heavily from Basic language. Developers can use it for quickly building GUI applications. If you're looking for a fast way to build programs, consider Visual Basic programming for it may be exactly what you need. Be sure to check out the tutorials in this section!
- .NET (4)
- Buttons (0)
- Database Related (2)
- Date and Time (2)
- Development (3)
- Error Handling (0)
- File Manipulation (2)
- Introduction to Visual Basic (6)
- Miscellaneous (2)
- Multimedia (2)
- Networking (2)
- Security (0)
- VB Script (4)
Recent Visual Basic Tutorials
In: Visual Basic /
File Manipulation
June 29, 2008
Is it possible to save data accepted by a VB program into a storage device, such as a hardisk or diskette, or even CDRW? ...
In: Visual Basic /
File Manipulation
June 29, 2008
If you want to be an expert VB programmer then you'll need to know a lot about how VB handles files - what is possible and...
In: Visual Basic /
Date and Time
June 25, 2008
So, you're interested in having your functions act at specific time intervals, eh? Naturally you would turn to the Timer...
In: Visual Basic /
Date and Time
June 25, 2008
Learn to use a module to shutdown your computer or operating system at a specific time...
In: Visual Basic /
Introduction to Visual Basic
June 22, 2008
You see it in just about every Windows application, so how can you do it in your VB application? Fortunately VB provides...
In: Visual Basic /
Development
June 22, 2008
Everyone knows what a menu is, the question is how can you make them in VB? Well, it turns out to be very simple. VB has...
In: Visual Basic /
Database Related
June 21, 2008
Creating an Advanced VB database application using ADO control...
In: Visual Basic /
Database Related
June 21, 2008
Data control is not a very flexible tool as it could work only with limited kinds of data and must work strictly in the ...
In: Visual Basic /
Introduction to Visual Basic
June 15, 2008
You can create your own functions to supplement the built-in functions in Microsoft Excel spreadsheet which are quite ...
In: Visual Basic /
Development
June 12, 2008
Since VB4, Microsoft has been promoting the "object-oriented" aspects of Visual Basic. It seems like everything you read...