Visual Basic Data Gridview Values
n this video i will show you guys how to add default values to our data grid view control.
You can assign default values to any field in your database by modifying the dataset file.
Events you see in this video will apply throughout your application Continue reading
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
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
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
Creating Directories
There may be times where you will want to have a directory created and write files to created directories.
In other tutorials you will see alot of this but directories are set in a string so there's no way of choosing a location.
This tutorial will show you how to browse and create directories anywhere you want and create files with selected extensions. Continue reading
VB – Picture Preview
Create your own image viewer application that allows you to select and view images.
You can browse locations within your file system and choose directories that contain... Continue reading
Howto Publish Your Applications
Learn how to publish your vb applications to your computer and to your server so users can install your program from your website. Continue reading
Visual Basic Print Form Tutorial
Learn how to print information to your printer as another source of keeping your records safe and secure Continue reading
Visual Basic – User Registration
In this video i will show you guys how to create a user registration form and a login form that will use the settings option in visual basic.If you're going to allow multiple user registration this method is not suggested so you would want to use a database for that.This is good for if you want to use it for your own personal project or if you're handing it out to a couple friends and they use it for their personal use.I wont be hard coding the username or password, this i where the settings come in to play.We will also determine on the form load event if there's a user that's been registered to show the login form otherwise display the registration form.This will not allow someone else in your home to register a account and see what you have on your program. Continue reading
