Programming

How to Create a Factorial Calculator in Visual Basic 2010

Submitted by ClydeTiu on
This code serves as a guide for factorial calculator. Feature - it automatically calculates the input number on the box. This is a sample code per txt_box. Label3.Text = "9" Dim a As Decimal, b As Decimal a = Label3.Text b = (9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1) Label4.Text = b Hope you learn basic coding guys .... if you have questions contact me: Support Developer by donation

How to Solve Currency (Peso Sign) Problem in VB.net

Submitted by ClydeTiu on
In this tutorial you will learn on how to change the currency which is the common problem of a programmer. If you are encountering currency problem. Try this tutorial. Step 1 Open Control Panel Step 2 Select "Chage display language Step 3 Go to formats Step 4 Select additional settings Step 5 Step 6 View Drop down menu Step 7 Go to Microsoft Word Step 8 Copy paste the peso sign in Currency symbol

Alumni Tracer with SMS Notification Using PHP/MySQLi

Submitted by janobe on
Alumni Tracer with SMS Notification is an online based system that its main goal is to track the current status of every Alumnus and Alumna of the school. This system will help you determine if they are employed, self-employed or unemployed. It can also post activities such as Announcements and Events. And once the activities have been posted it will send an SMS to every Alumnus who already has an

Tourism Website Blog: Faces of Negros Web application

Submitted by chrisjelo on
The Faces of Negros Occidental Web Application major function which is to gather guest’s feedback through the guest’s post, comments, a rating for a certain place and the answered survey. The system would generate survey reports, most visited, highly rated, and monthly visitors of Negros Occidental Reports. The web application function consists of serving as a travel guide, track location, gather

3 SQL Version of NorthWind Database

Submitted by nostradamus1566 on
A great way to learn database programming is to have a good sample database with lots of tables and appropriate relationships between them to work with. Queries can then be composed from within a variety of programming platforms, such as Java, PHP, Visual Basic 6, Visual Basic.Net, Visual C#, etc. NorthWind is a free sample database that Microsoft included with every version of Access going all