Computerized Voting System in Java with MS Access and Jasper Reports

Submitted by Buragwis455x on
This System composed of 4 modules 1. SERVER 2. CLIENT 3. VERIFIER 4. LIVE VIEW OF SCORE It is uses individual computer for SERVER, VERIFIER,LIVE VIEW OF SCORE and several computers for CLIENT.. SERVER - all 3 modules are connected in this server the client can be installed in several computers and once the students verified they can set in the client computers and make their selection of

Start Up Program - Remove (VB.NET)

Submitted by donbermoy on
This is a continuation of my other tutorial in vb.net that loads and displays the number of startup programs in your computer and then displays it. Now, this tutorial aims to select and remove the retrieved start up programs in our pc. strong>Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Load Start Up Program in VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a program that can load all the start up programs in your computer and loads the total number of it using VB.NET. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

MyTicket POS ( Point of Sale)

Submitted by logimat2000 on
Hi, I'm :logimat2000atyahoo.fr Sorry for my bad english language. I speak arabic,kabyle and french. Can someone please help me to continue my project. Please reply here if you're welling to do so or you can revised it directly. 1. To select and print ticket large(80mm) with crystalReport 2. To make a real saving of the in/out quantity in stock Advanced Thanks!

MySQL Add,Delete Using VB.Net

Submitted by arjunaraneta on
Attached is a simple program that accepts your first name, and last name. Data is then saved to a mySQL database. Below is the SQL query for the database, tables, and fields. -- -- Database: `dbperson` -- CREATE DATABASE `dbperson` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `dbperson`; -- -------------------------------------------------------- -- -- Table structure for table

Animation - Blinking and Changing Color Effects of Text (VB.NET)

Submitted by donbermoy on
This tutorial will teach you how to create a program that has a blinking and changing color of the texts using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one label named DspLabel1 and one timer named Timer1. 3.

Print Screen Application in VB.NET

Submitted by donbermoy on
This is a simple tutorial but also a very useful one as it gets the print screen effect and will put it on the picturebox. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add a picturebox and a timer on the form. 3. Now, we will do the coding. First, we will just code for the ticking event of our timer.