Breeding Station Inventory System

This is a Visual Basic 6.0 project using MySQL as the database backend. I'm using Navicat 8.0 as the database management tool. Just read the instructions and install the required software. If you have any question just email me at [email protected]. There are lots of features in my thesis. This system has a VB.NET 2010 and sql server 2008 version also. Just contact me if you have questions

Account Inventory

This account invenyory system is created using VB.net 2010 as front end and microsof access as back end. You can store your accounts username and password for the future reference. Features: 1.New user registration 2.Add,edit,delete and print stored accounts Login information: username;Admin password:admin Rquirements are: Visual studio 2010,crystal report 2010,microsoft access If you think it is

How to make a simple footer in HTML/CSS

Introduction: This tutorial will be a code sample of a footer in CSS. Steps of Creation: Step 1: First we need a HTML file to contain our footer. I have created one with a couple of divs and a link to my theme.css CSS file. Visit us at http://www.sourcecodester.com. Step 2: Now lets set the default settings for our html file in our theme.css. *{ margin: 0px; padding: 0px; color: #fff; } body{

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.