VB Projects
Visual Basic Projects.
Visual Basic Multi Data Filtering
In large applications you will need additional search options other than just 1. For example, if you’re running a products based application with the ability to filter First Names, the list could get quite large seeings how First Names are not unique and in some cases Last Names aren’t either. However a Address, Telephone Number [...]
Visual Basic Data Filtering
This project demonstrates how to filter a field in your database. This project contains a database called contactsbook and has 5 fields. Form1 allows you to add, delete, navigate etc. records and in the navigation strip there’s an extra button called search. That will open the search form. View the search form code for a [...]
Visual Basic Data Controls (Custom Controls)
When you create a database and drag it on to your form it will populate all the controls needed to make it fully active. One of the controls is a navigation menu strip that allows you to: Scroll through records View how many records are in the database Add records Delete records Save records Some [...]
Visual Basic Database Relationships
In some cases it wouldn’t make sense navigating 500 records of products who have been purchased by the same customer. Wouldn’t it make more sense navigating 1 record and viewing the 500 products in a Gridview? Maybe you have 3500 customers who have purchased several products, think of how many times you would have to [...]
Youtube Timer Available
The Youtube timer program is now available for download. There are 2 zip files you can download The .exe file that you can install right away The project files itself. I have also prepared a short outline on Classes and Modules so you can get a better understanding as to how they work in the [...]
Image Share
This is a application i made in ASP.NET It’s a real basic data based site that allows you to embed images into a database and a link is provided to view the full size images. It provides details such as image caption which is linked to the full size embeded image, the image itself as [...]
Youtube Timer
The youtube timer is a program i built in Visual Basic. This small application allows you to keep track of how long you have been doing your recordings and to ensure you don’t go over your 10 min limit. When you download this application you will be downloading all files that make it what it [...]

Recent Comments