How to Load data from Database into Combobox using C#

In this tutorial, I will show you how to fill a Combobox with a Data from Microsoft Access Database. As well as how to search specific record from the database using the data in a combobox. To start building with this project, create a new C# project and design the user interface looks like as shown below. c1 Then save it as “ComboFilter” or whatever you want to name this application. After this step, let’s now create a new database in Microsoft Access named “studentdb”.

Remove Spaces: Trim, LTrim, and RTrim Functions in VB.NET

Today, i will teach you how to remove spaces using Trim, LTrim, and RTrim functions of VB.NET. These 3 functions removes spaces. Trim functions get rid of spaces in both left and right space. LTrim funcrion remove spaces from the left side of a text. And the RTrim functions remove spaces from the right side of a text. Now, let's start this tutorial! 1.

Video Upload System

This project is a simple video upload system allowing the user to upload and save videos. In this project I add some restrictions to the file upload. The user can only upload mp4, mpeg1, mpeg4, avi, flv, mov, and wmv(you can also add other video extensions in this project) and the file size must be under 20mb(which you can also change the file size limit). For beginners who are using WampServer

Kilometer to Miles Converter in Java GUI

In this tutorial, i will teach you how to create a program for converting kilometer to miles in java with GUI. It is necessary for java beginners to undergo and learn this simple program that i have made. Now, let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of kmToMiles.java. 2. Import javax.swing package.

How to use Codejock to add themes to your VB6.0 Project

Codejock is a software used to beautify your project to add themes and colorful skin for your visual basic 6.0 forms. Here in this tutorial, i will teach you how to use this software. Anyway, all of the thesis software and capstone projects that i have made has the integration of codejock that my clients praised me that i made a good design of their project.

Display Current Date in Java GUI

This is my other java tutorial that i will teach you how to load and display the current date in Java GUI. Of course, it is a too little hassle because java has complicated codes in showing current date compared to other languages such as visual basic. Now, let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of DateText.java. 2.

Validate Leap Year in VB.NET Console

In this tutorial, i will teach you how to validate a year as leap year or not. Hence we already know that leap year has 366 days instead of the normal 365 days. Leap years occur every 4 years. And this fact is our formula in finding a leap year using the console application in vb.net. Now, let's start this tutorial! 1. Let's start with creating a Console Application for this tutorial by following

Bio Authentication in ATM Using Fingerprint

This application is a visual basic application to secure the ATM machine with the use of fingerprint device to prevent unauthorised access. With the use of Griaule Biometric Licence. Access to an account is with the use of the four digit PIN with the use of the fingerprint previously collected at point of registration by the bank. It has a link for New Customer Registration, Deposit, Withdrawal