Data in combo boxes and more
Learn how to not only populate data in a combo box but also how to add additional content to the combo box.
You will also see how to populate the data in a list box as well as a listview. Continue reading
VB Inner Join App
Have you ever wanted to display information from 2 tables into 1 Gridview?
This project shows you how it works and how you can expand your project(s).
Click here to get more information and to download the project/Source Continue reading
Custom Form
The ability to creating custom forms for Visual Basic is as easy as creating a image.
Create your custom forms in any shape or design you want but choose the colors wisely... Continue reading
Custom Data Controls VB
Add more custom functionality to your database application and make it look and act the way you want it to.
Click here for more information and to download the project file/Source Continue reading
Twitter API VB
Are you looking to build a Twitter application in Visual Basic but not sure where to start?
This tutorial will show you what you need, where to get it and how to use it in your VB Application. Continue reading
Images in Gridview
Have you ever wanted to keep all your images the same size in your data grid view?
In this VB tutorial i will show you how to keep images that get uploaded to your database display the same size, no matter how big the image Continue reading
Top 4 Resources For Programming
People always ask "How do you learn how to do the things you do?"
My response to that is what i want to share with you guys but share a little more about these resources i'm going to share.
Before i do get more into detail about it everyone needs to understand that programming powerful applications isn't going to happen over night and by performing the same actions you will find here... Continue reading
VB Search on the fly
In this video tutorial i will show you guys how to retrieve search results on the fly as you type in your search.
For example, if you have 3 records with the same last name but different first names and 2 records with different last names than if we perform a search for the last name that has 3 records we will only retrieve the searched last name and the other last names wont be retrieved unless we type it in.
There is no search button to perform this hence the reason it's "on the fly" we will get the results back as we are typing. Continue reading
Database Login [Download]
This is a simple User login application using a database in Visual Basic.
Inside this project you will find a database as well as a .dbml file which is a LINQ to SQL file.
The LINQ To SQL file has our database table listed which creates a class for us so we can access the properties of the Users table.
The reason we need to access these properties is because when you login we need to check the database to make sure both the username and password both match.






![Database Login [Download]](http://jdsitecare.com/wp-content/uploads/2010/12/dblogin_success-150x150.png)

