Introduction Info Kiosk can make a great way in updating students of any activities of school campus. Now a days, common problems faced by the student are lack of information in updating their different activities. So with the help of…
Programming
Business Permit and Monitoring System
INTRODUCTION Business Permit refers to the procedures followed by cities and municipalities in processing business permits (more commonly known as Mayor’s Permit) which must be secured by businessmen to operate legally in a locality. Business permits regulate safety, structure and…
Bus Terminal Toll Management System
Purpose and Description The terminal is new to the city so it does not use any system and is currently not using any technology. It only uses paper, log books and pen to record the information of the vehicle. The…
Mobile Based Ordering Menu Application with Admin Panel
Problems Encountered Restaurants nowadays commonly use manual system of getting customer’s orders through waiters. Waiters, most of the times pay a lot of time listing down all the orders of the customers. Due to this, human error, by means of…
How to Add and Remove Items in C# Listbox
How to Add and Remove Items in C# Listbox Problem: Create a C# program that allows the user to add and remove items in a listbox control. About the program We will first define what a listbox control is. A…
Currency Converter Program in C#
Problem: Create a program in C# that will ask the user to enter a value in dollar and the program has an option for the user to select whether to convert the dollar into peso, rupee or euro.
Loops in C#
This tutorial in c# will demonstrate the four types of loop; do while loop, while loop, foreach loop and for loop. This is a gui program (graphical user interface) with windows form, buttons and other graphical controls.
Button Control Demo in C#
A button is the most common graphical control in any programming languages. It is a control the user can click to provide input to an application. In this simple tutorial, we will learn how to open a messagebox when a…
Login Form without Database in Visual Basic .Net
Problem: Create a program in visual basic .net that will let the user to enter a username and password then the program will check if the username and password combination matches to the criteria set by the program. Note: the…
Visual Basic .Net How to Change Password Character in Runtime
This tutorial in vb.net will show to us how to change password character in runtime or during the execution of the program. PasswordChar is a property of a textbox control that allows you to set what character are to be…