ALIS Ordering System

Submitted by luis.cornea on
Ordering System throughout the world relied on pens and papers. Problems such as missing orders and information sent to the wrong place arise furthermore; some could not be able to handle the massive volume of orders. Under the old manual ordering systems, it takes up too much time to process. Real time ordering and improved efficiency has been the focus of entrepreneurs. As with many business

Get List of Available Printers

Submitted by donbermoy on
Hi! this is my another tutorial that will get all the lists of available printer installed in your computer. 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.

How to Create a Simple Calculator in Python

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a simple calculator in Python. The Theory: Here's how the program will be structured: Get the users first number Get the users second number Get the users action Use if statements to perform the calculation Print out the result Getting The Users Numbers: First we want to get the users two numbers to calculate together somehow.

Simple CRUD File Handling System

Submitted by ronard on
Hi sourcecodesterian, I try to make a simple CRUD in File Handling System that will store data using files in txt format. The main feature of this program that will Create, Read, Update and Delete. The process of this program will add fullname and address. In fullname field, the system will auto create a txt files and get the current date with the random number for the file naming and save the

FTP Chat

Submitted by SQLABC on
It is a simple program that shows you how to create a chat using FTP. To use it you need to have an FTP which can create very simple. To create one click here Free Webhost and FTP. Hope you can help.

Get the Pressed Key using VB.NET

Submitted by donbermoy on
Hi! :) In this article, i will discuss a tutorial that will capture, obtain, or get a key pressed by the user. 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. We don't need to design an interface because we have to get only the pressed key by the user. 2. Now put this code for your code module.