May 2010
You are browsing the archive for May 2010.
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 [...]
ASP.NET Membership Registration
This is a video i have redone on the asp.net membership register. No mic = no sound in the previous video but this video has sound. I will briefly go over how to get your website configured to work with the membership system, we will create a couple of users, 1 in the asp.net configuration [...]
Visual Basic Database Relationships PT2
In this video you will learn how to use the data by doing a couple examples. I will explain what to look at before dragging the gridview/details view on to your form.
Visual Basic Database Relationships PT1
This 2 part series will focus on creating a relational database. I will be creating a employee type of database that’s going to consist of 2 tables. What i will be doing is applying a relationship between both tables. What this will do is in the end will allow us to create 1 record that [...]
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 [...]
Youtube Timer Update
In the last post i did on the timer i showed you guys what to look forward to in the next release. I decided to bypass the release you guys are expecting by applying some more options and change the appearance of the timer that’s more appropriate and blends in better. I would like to [...]
VB Borderless, Dragable, transparent form
In this video i will just be creating a project that may or may not be useful to you in your projects, but some of the techniques might be. The project we’re going to build is a borderless form with our custom title bar with some dragging functionality so we can drag our form. Also [...]

Recent Comments