Amount Percent Calculator program I made in VB 2005.

Need help in the world of technology? Here is the section for you, or talk about your favourite tech related topic, or what is new in the world of tech here.
Post Reply
User avatar
froggyboy604
Anime music gaming Fanatic
Posts: 35809
Joined: Thu Aug 18, 2005 11:28 pm
Contact:

Amount Percent Calculator program I made in VB 2005.

Post 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
Last edited by froggyboy604 on Sun May 18, 2008 9:54 am, edited 1 time in total.
Hikari

Post by Hikari »

Niiice! I just use Windows Calculator, though this is more in depth.
SetoTK
Low flying mountains just to the right.
Posts: 5092
Joined: Tue Aug 16, 2005 8:34 pm
Location: London, England
Contact:

Post 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 '
I never really understood Thursdays.
User avatar
froggyboy604
Anime music gaming Fanatic
Posts: 35809
Joined: Thu Aug 18, 2005 11:28 pm
Contact:

Post 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.
Post Reply