Basic Calculator

Submitted by 5GEE on
The Calculator has the following functions: 1. Menu that will allow users of your program to quit the program if they no longer want to use the program, message box must be displayed asking the user if he/she wants to quit. 2. Textbox that will display the number clicked by the user and also to display the answer when the equal (=) sign is clicked. 3. All the basic calculations.

ListView Alternate Color in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that has an alternate color in C#. So, 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 2010: Go to File, click New Project, and choose Windows Application. 2. Add only one ListView in your Form.

Change System Date using C#

Submitted by donbermoy on
In this article, i will teach you how to create a program that will change the system date of your computer. This tutorial is very helpful to your program or system having this integration. So, 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 2010: Go to File, click New Project, and choose Windows Application. 2. Next, add one DateTimePicker and and one button.

Simple Zodiac Sign Using If - Else Statement

Submitted by Jariza Danza Apal on
This is a simple zodiac sign project where the system will tell you of your zodiac sign by inputting of your birth date. This is very easy to do project. Try this yourself and learn some new codes. Hope you learn from this. This is the full source code of the system. #include using namespace std; int main() { int a = 0; int date,month; start: cout > month; cout > date; if (month == 3 && date >= 21

Cater Your Business with Custom Responsive Website

Submitted by johnethen on
In this technological era, smart phones and other mobile devices have taken over the internet browsing. In mid-2014, use of internet on cell phones has surpassed PC traffic. This is the reason that it has become important to have a mobile-friendly with different device compatible sites to fit in this technology-oriented era. In order to fulfill this demand, responsive website design has quickly

Rock Paper Scissors Game

Submitted by hotmash19 on
Rock-paper-scissors- is a zero sum hand game usually played between one player and computer, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock" (a simple fist), "paper" (a flat hand), and "scissors" (a fist with the index and middle fingers together forming a V). Other names for the game in the English-speaking world include roshambo

Simple ClassBoard App

Submitted by StefanRomanianGuy on
Hello there! This is just a simple app made by me for my high school final year project. Is currently still in progress but basically it allows you to login using a database,create a new account and you can also access an admin control panel to add remove edit and save using the username Admin(please use upper case A) and password admin(with lower case). You can also login into main form using an

Online Diary

Submitted by arszak on
This is an online diary developed using php and mysql. users can register and create daily/weekly/yearly events,create contacts,upload media and sent messages to their friends. How to run: Create database named diary to phpmyadmin and import the diary.sql. You need a Wamp or Xampp Server,and a PHP IDE Editor. website created by; Isaac zack Tsienyane more info;[email protected]

Conversion Meter using C

Submitted by Soma Jana on
Hello, This is a simple C Source code, which includes a converter. Here Length, Temperature, Weight & Currency conversion is possible (in different units). It is written in gcc platform (Ubuntu, Linux). This is very simple to understand. This is basically for the beginners, hope it will help them. Thanks.

Advanced Banking System in C++

Submitted by Joshua1 on
Hello codesters i’m Joshua once again. It’s been a long tym been busy with my dessertation. So today I want to show u guys how to write a real simulation of a real working Banking System in C++ which I named OutLawz Bank Inc. because am a big 2Pac fanatic. Back to the point now unlike other Bank systems, I wrote this system with an Admin side and the Banker side separately. This system will teach