# VB.Net

Event Management System

This is a simple event management system. it is use to manage events like wedding, burial, child dedication, and other types of events. Module Available: Add Customer Schedule events Add events payment User event1.png Admin Username:chiji Admin password:11111 This application can be modified to suite your project. You can contact me for other your project, seminar, real world development. Email

Library Automation with Speech recognition

Library automation system was developed in order to automate the complete activities of the library in all sorts of categories, starting from the registration of books, borrowing of book etc. This program as a decision making mechanism that allows it to make certain decision such as alerting the librarian about the book that are due for return. This program also has a feature called voice command

Laundry System

I created this system for our research project purpose. I made this using visual studio 2012 as the front end and MYSQL as the back end. I hope you will like the user interface and the functionality of the system. Features : - Sha1 password encryption - Financial Management - Income Statement - Financial Report - And more. just do explore the system

MySQL Add,Delete Using VB.Net

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