Job Order Monitoring and Archive System

Submitted by proudpinoy357 on
HiSourcecodester, this system helps to manage Job Orders ( ADD,EDIT,DELETE,TRANSFER DATA). On JO Archive and JO Finder Form you can modify entries by clicking any textbox field. Upon Job Order Completion, you can transfer it into archive table. Features: - Append Query - Delete Query - Autohide ribbon - Date range query

Electronic Voting System

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

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

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

Submitted by TPOAN on
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]

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

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

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

How to Create a Ninja Defuse [Minigame] in Visual Basic

Submitted by Yorkiebar on
Introduction: Welcome to a tutorial on a small game to be made in Visual Basic - Ninja Defuse. A game to guess a randomly generated three digit code before the time runs out. Steps of Creation: Step 1: First we need to create our form with... - Textbox1 - First digit of guessed code - Textbox2 - Second - Textbox3 - Third - Label1 - Information of time - Label2 - Time remaining - Button1 - Begin