System

Enrollment and Grading System for SPRCNHS

(NOTE: We do simple codings as long as we can) >>The size of this system is over 50mb that is why we compile it and remove some files to make it lower size >>There is a notepad for the SOURCECODE for how to > add, edit, delete > search > keypress > adodb connection > print out refresh * Enrollment System (Feautures) > Add, edit, delete students > Search like (fb, google) > Picture (using webcam to

How to Create a User Management System in Python Using SQLite

Introduction: This tutorial is on how to create a user management system in Python using SQLite. The Database: First we need to create the database to store the information, to do this open CMD (on Windows) and type cd followed by your SQLite installation path, mine is:
  1. cd /d G:
  2. cd Libaries\Documents\SQLite
Now we use the command sqlite3 f

Play Computer System Sound using VB.NET

We always prompted to hear any computer sound when we got notifications, errors, or any information in our computer. In this article we will create this tutorial 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.

PHP/MySQLi Messaging System

Introduction: This tutorial will be going over a basic PHP messaging system between users. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users. Database: We are going to be storing all of the messages in a database named 'messagesTutorial', and in there a table named 'messages'. Let's create these now; Go to PHPMyAdmin and enter 'messagesTutorial' followed by pressing the 'create' button.

Task Management System

Introduction: This tutorial will is going to be on how to create a task management system in PHP... it's going to be a long one! Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Database: We are going to be storing all of the created tasks in a database named 'tasksTutorial', and in there a table named 'tasks'. Let's create these now; Go to PHPMyAdmin and enter 'tasksTutorial' followed by pressing the 'create' button.

MARian College Computerized Enrollment System

This is an enrollment system for marian college of baliuag. it is a requirement for my thesis and for my project... it's working... admim username = a admim password= a registrar username = b registrar password= b cashier username = c cashier password= c for questions and suggestions... message me @ my facebook account.... here is the link... https://www.facebook.com/joncharles.delacruz

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 Create a Local Polling System

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