Fix N Mix Payroll System
This Payroll System is the project of the third year bachelor of Science in Information Technology students of Kabankalan Catholic College for their Software Engineering subject. It is made up of Visual Basic 2008 and MySQL for their database. It also generates reports using the Crystal Reports. This system contains the following features: Log In and Log Out. Payroll (adding, listing and searching
Advanced Web Store Using PHP/MySQL
This is an Advanced Web Store of Dadad's Merchandising, a food establishment providing food ingredients. This is designed like the lazada.com as having the shopping cart and an online ordering system. The features of this system are the following: - order product online - add, edit, delete product - shopping cart designed - search product in home tab - send order confirmation via email - manage
Bouncing Ball Animation in JAVA using MutiThreading
TUTORIAL NO 8
Bouncing Ball Animation in JAVA in MutiThreading
In this tutorial you will learn: 1.Multi Threading 2.Inner Classes 3.Swing Animations 4.JAVA awt 5.JAVA swing 6.Adapters A lot of newbies ask this question how to make a bouncing ball animation in java using graphic elements so I decided to address this problem and today I am going to teach you how to make a very simple bouncing ball animation in java. In this tutorial we will be working in JAVA SWING.How to Encrypt a File in C#
In this tutorial, I will teach you how to encrypt a file using C#. This is different in encrypting just only a textbox, but here we will encrypt the content of a file.
Now, let's start this tutorial!
1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Encrypt and Decrypt.
2.
Printer settings: Display the list of valid paper sizes
This tutorial will teach you on how to get and display the list of valid paper sizes of the printer. I already have this tutorial on how to display the list of printers installed in the computer.
Now, let's start this tutorial!
1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Printer Settings.
2.
Declaring a Simple Structure in C#
This is a C# tutorial that will be based on how to declare a structure function.
Marquee Text with NumericUpDown Control in C#
Today in C#, I will teach you how to create a program that has the marquee text functionality and has a NumericUpDown control to control the speed of the marquee text. We all know that in HTML, a marquee is a small section of the browser window that displays text that rolls across the screen. You use the MARQUEE element to create scrolling section.
Now, let's start this tutorial!
1.
Simple Add, Update, Delete and Search using PHP and MySql
This is a simple Add, Update, Delete and Search using PHP and MySql. Only for first class of PHP -Connect to Database with MySQl -Insert -Update -Delete -Search all of Using HTML, CSS and PHP Only. Note: Extract File Zip 1. Create Database name test_db 2. Import file test_db.sql 3. execute.