VB Relational Using Details
Customer Tracking Demo
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 are unique, there are no duplicate phone numbers or addresses in a given City.
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.
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 navigate to view all customers and products…It would take a long time.
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… Continue reading
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… Continue reading
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… Continue reading






