 | How to use FindFirstFile Win32 API from VB code |
| Tutorial describes how to find file and obtain extended file information using Win32 API functions: FindFirstFile, FindNextFile, FileTimeToLocalFileTime, FileTimeToSystemTime. |
| Visual Basic Tutorials > File Manipulation |
| |
 | How to create custom progress bar using VB |
| Tutorial describes how to create lightweight customizable progress bar for your Visual Basic applications. |
| Visual Basic Tutorials > Development |
| |
 | Life Without Control Arrays in Visual Basic .NET |
| Control arrays were the best way to manage the controls on your Visual Basic forms, but there are no control arrays in Visual Basic .NET. Deborah Kurata describes how to use new Visual Basic .NET features to obtain control array functionality without the |
| Visual Basic Tutorials > Miscellaneous |
| |
 | Planning the form layout in VB.NET |
| This article shows you how to design fairly complicated forms, which can resize, using anchors, docks and panels with a dash of code. |
| Visual Basic Tutorials > .NET |
| |
 | Searching Listbox |
| This sample shows how to search item from the listbox., using method that is being introduced in the .NET listbox control |
| Visual Basic Tutorials > .NET |
| |
 | Basics of VB Tutorial Part 1 |
| Starting a new project |
| Visual Basic Tutorials > Basic Concepts |
| |
 | VB Basic Tutorial Part 3 |
| Getting to know your toolbox |
| Visual Basic Tutorials > Basic Concepts |
| |
 | VB for Beginners: Article I |
|
| Visual Basic Tutorials > Basic Concepts |
| |
 | Basics of VB Tutorial Part 2 |
| Get started creating your first program |
| Visual Basic Tutorials > Basic Concepts |
| |
 | Runtime Menus |
| In Visual Basic, adding menus at runtime is handled in the exact same way as adding any control at runtime. |
| Visual Basic Tutorials > Buttons |
| |
 | Menus |
| 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 a built-in menu editor that you will use and its pretty much a no-brainer. |
| Visual Basic Tutorials > Buttons |
| |
 | Drag & Drop |
| You see it in just about every Windows application, so how can you do it in your VB application? Fortunately VB provides built-in tools to make it easy for you. While the code you write to respond to a drag and drop operation can be fairly complex, the me |
| Visual Basic Tutorials > Buttons |
| |
 | Form Colours |
| How to Change Form Colors in Visual Basic |
| Visual Basic Tutorials > Colors and Images |
| |
 | Adcache Remover |
| Create Your Own Program that Removes Kazaa spyware - Advanced! |
| Visual Basic Tutorials > Complete Projects |
| |
 | Mini Browser |
| Create a simple web browser in 5 minutes !! |
| Visual Basic Tutorials > Complete Projects |
| |
 | Writing a Text Editor |
|
| Visual Basic Tutorials > Complete Projects |
| |
 | Creating VB database applications using ADO contro |
| Data control is not a very flexible tool as it could work only with limited kinds of data and must work strictly in the Visual Basic environment. To overcome these limitations, we can use a much more powerful data control in VB known as ADO control. |
| Visual Basic Tutorials > Database Related |
| |
 | Creating database applications in VB-Part I |
| Visual basic allows us to manage databases created with different database program such as MS Access, Dbase, Paradox and etc. |
| Visual Basic Tutorials > Database Related |
| |
 | Database Controls |
| Database controls are ideal if you want to get in, get the job done, and then get out. In this section we"ll discuss the controls available to the database programmer. VB falls short, however, in helping beginners create databases from scratch. |
| Visual Basic Tutorials > Database Related |
| |
 | Databases |
| In this section I"ll talk about how to use the database features of VB, but I"ll also talk about when those features are overkill and when simpler methods of data storage can be substituted for the VB database methods. |
| Visual Basic Tutorials > Database Related |
| |