Add/Remove Rows and Validating Cells DataGridView Control

Submitted by Thongkorn on
This project is an advanced VB.Net (2010) code but it is a base implementation in every project. I write all the code in the @Run Time. Because of the flexibility to control the program for work as we want. This will make users feel to “Friendly used”. It consists of locking the keyboard in each cell of the DataGridView. In case of an integer, it can only be numbered from 0 to 9. In case of a

Library Management System

Submitted by Jiju P on
Library Management System 1.0.0 FEATURES 1. Books Entry (For Students/Staffs) 2. Book Reservation (Staff) 3. Book Purchase Entry. 4. Reports. and many more..... RFID and BARCODE Support on Version 1.1.0 (Available Soon) Visual Studio 2010, SQL Server 2008 R2, Crystal Report2010, Dev Expresss 15.2 All credits goes to source codester family. Those who need to learn from it, you can use this code

Reversing String Programmably

Submitted by Wisdom Agbenu on
This simple app teaches beginners how to manipulate strings in C#, the app reverses any string you key in and tries to reverse the string for you and when the reverse string and the original string matches the app writes 'Match' and 'not match' if otherwise. For a example lets say you key in { man} the reverse would be {nam} meaning its not the same - character wise, so the out put would be 'not

Point Of Sale (POS) Ultimate and Advanced

Submitted by janan on
This Program Caawiye (POS) is Under Developing Source. I can say it could be more useful and good reference for those who learn design and developing a Software. Features * Reports Basic on Date and Time. * Sales Invoice With Advanced auto increment Invoices. * Item Record/ * Product Warehouse. * Customer Care and Information Gathering. Database Name: caawiye Username and Password: User =

School Management System

Submitted by Abba Gana on

This file will provide you with a brief description of SMS and instructions on how to install SMS. Since it's development in 2003, SMS has successfully offered educational organizations an easy to use and effective facility to manage courses, teachers and students. SMS provides the following features: - Support for profile based management: Administrator, Teacher and Student - Online teacher and

Meralco Bill Calculator (PHP/MySQL)

Submitted by iannnnnf on
Hey guys, this is a simple application coded with core PHP and MYSQL using PDO. Summer months in the Philippines is so hot we had to use at least two fans at night just to get good sleep. I was a little worried about our electricity consumption so I made this simple app to compute how much we have to pay even before the bill arrives. Basically, you just have to input a couple of details you can

Python: How To Connect To MySQL

Submitted by razormist on
In this tutorial we will try to connect Python to a MySQL database server. Python is a widely used advance-level programming language for a general technique to the developer. Beginners find the clean syntax and indentation structure easy to learn because of its less semi colon problem. That's why most of the new developer started to code with python.