Autonumber Generator using Visual Basic.Net

In this lesson, I’m going to show you how to generate a customize autonumber using visual basic and Microsoft access as our database. We can use this autonumber to identify a unique record in a table, and it should only one autonumber field is allowed in each table. In our situation, we will generate autonumber by this mechanism start with the start and increment with the increment value. Meaning a Start value plus the Increment value.

Electronic Voting System

A network based electronic voting System. It was developed with a text editor (macromedia dreamweaver). It has features for adding new contestant together with thier pictures, Deleting unwanted recdords from the database as well as a network based environment for each user to login with the given username and pass word to vote. Each user can only vote once and double voting is prevented.

How to Create a Notepad Project in Java

Introduction: This tutorial is on how to create a simple Notepad application in Java. The program will save and open files as well as have close and new functions. Steps of Creation: Step 1: First we want to create two classes; Main and Grid. In our Main class we will have our JFrame (which is the window of the application). The JFrame will lead to our Grid class which will contain the Notepad

Voter's ID Finder for Supreme Student Government using Visual basic.Net

This time, I'm going to show you how to create a "Voter's ID finder" for Supreme Student Government. The system also has a load of all data from the database and you can also search for specific student by using the quick search and display the result to the datagrid. To start building this project, you need to add two textbox, three buttons, three label and a datagridview and last a timer.

Add Data to MySql Using Jquery UI Dialog Box

Dear visitors, I would like to share all of you with my wonder technical of using Jquery Dialog box to add data and I really appreciated with Sourcecodester.com that allow us to share it as global. I am IT Officer of NCDD Project in Cambodia. If you have any problem, please contact me as [email protected] or via my facebook account http://www.facebook.com/TouchPoan Thanks, POAN

How to Create a Slot Machine Game [Visual Basic]

Introduction: Welcome to a tutorial on how to create a Slot Machine type game in Visual Basic. Steps of Creation: Step 1: First we need a form. I have mine set out as the following... Textbox5 = Current Money Textbox4 = Current Bid Textbox1 = Slot 1 Textbox2 = Slot 2 Textbox3 = Slot 3 Label4 = Status Button1 = Spin Step 2: The first bit of code we want is to create our myMoney and myBid Integers

Advanced C# Calculator and Converter

iCalculator is advance C# calculator with converter to volume, mass, speed, area and many more. There is more than 100 math formulas included. For splash screen i used DevExpress and also for formulas slide show, if you can't run it install devexpress to your visual studio or delete splash screen and parts with formulas where i used slideshow. You can download Demo version of this calculator from

How to Create a Local Polling System

Introduction: Welcome to my tutorial on how to create a local polling system in a Visual Basic Application using its Project Settings. Steps of Creation: Step 1: First we need to set our project settings. I have put "str1", "str2" and "str3" to contains the polling string options, "option1", "option2" and "option3" to contain the votes for each option and finally "question" to contain the question