Page 1 of 1

Amount Percent Calculator program I made in VB 2005.

Posted: Sun May 11, 2008 10:18 am
by froggyboy604
http://www.mxproject.com/freehost/frogg ... ulator.zip 10KB file size program inside ZIP folder.

Need MS .net framework to run this program. Can be downloade here http://www.microsoft.com/net/

Program is Spyware and Virus free.

Screen shot:

Image
Amount Percent Calculator

What my program does:

It calculates the amount of something based on the percent.

Instructions for using Amount Percent Calculator

1.put in the amount of items you have into the amount Text box

2.put in the percent in decimal form (0.1=10%) in the Percent Textbox

3.Press the Calculate button on the upper right of the window.

Shortcut keys:

Alt+C Calculate
Alt+L Clear
Alt+X Exit

Example of Calculations

Result

Example 1: 10% of 100=10

Amount :100
Percent : .10
Press Calculate button
Result: 10

Example 2: 110% of 100=110

Amount: 100
Percent: 1.1
Press Calculate Button
Result=110

Known bugs when you press Calculate abd there is no number in the amount and

Posted: Sun May 11, 2008 3:50 pm
by Hikari
Niiice! I just use Windows Calculator, though this is more in depth.

Posted: Sun May 11, 2008 4:56 pm
by SetoTK
rather than entering the % as a decimal how about just as the % value

one way this can be done, i'm not sure on th eexact code

but sum ' Value1 / 100 * percentage = percentValue '

Posted: Mon May 12, 2008 1:39 am
by froggyboy604
http://www.mxproject.com/freehost/frogg ... atorV2.zip

Image

Fixed now it uses whole numbers instead of Decimals.

Amount Percent Calculator

Created by Johnson Yip
E-mail: Froggyboy604@hotmail.com
Website: www.mxproject.com
Date Created: May 10, 2008
Program used to create it: Visual Basic 2005 Express Edition

Need MS .net framework to run this program.

What my program does:

It calculates the amount of something based on the percent.

Instructions for using Amount Percent Calculator

1.put in the amount of items you have into the amount Text box

2.put in the percent in the Percent Textbox like 10=10% "leave out % sign"

3.Press the Calculate button.

Shortcut keys:

Alt+A Amount
Alt+P Percent
Alt+C Calculate
Alt+L Clear
Alt+X Exit

Example of Calculations

Result

Example 1: 10% of 100=10

Amount :100
Percent : 10
Press Calculate button
Result: 10

Example 2: 110% of 100=110

Amount: 100
Percent: 110
Press Calculate Button
Result=110

Known bugs when you press Calculate and there is no number in the amount and percent textbox an error occurs.