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

Submitted by donbermoy on
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

Submitted by GeePee on

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

Submitted by donbermoy on
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

Submitted by donbermoy on
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

Submitted by donbermoy on
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

Submitted by donbermoy on
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

Submitted by teejaygenius on
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

Simple DataBase application with Crystal Reports V2.1

Submitted by Hasan soherwardi on
Simple DataBase application with Crystal Reports V2.1 This a simple DataBase application, using VB.NET 2010, Ms Access 2007, Crystal Reports 2010... The many options in this app, insert, search, update, delete, navigation, DataGridView filtration, patient code auto generation, print report etc... I hope this tutorial is very helpful for any type of Database application development and its gives you many creative ideas... HAPPY PROGRAMMING