PDA

View Full Version : Akwardsaw's Calculator



Awkwardsaw
04-27-2009, 01:32 AM
this is my first application, and i just want to know what you guys think :)

its just a simple calculator. type 1 number in the first box, a second number in the other, click what operator you want(addition, subtraction, multiplication, division, and exponent) and the answer will be in the text box. pretty self explanatory when you see it.

Later on i want to make it so you can do equations like finding the circumference of a circle, area, and stuff like that, but i guess this is a good start ;)

ps: sorry that its .rar, haven't figured out how to save it to .exe

NiiX
04-27-2009, 03:43 PM
Err, wont even start for me..

ian.
04-27-2009, 03:45 PM
Missing files?

Awkwardsaw
04-27-2009, 09:16 PM
hmm. every thing should be in the .rar.. i'll check it out later

NiiX
04-28-2009, 12:54 AM
hmm. every thing should be in the .rar.. i'll check it out later

Its only 1 file :p

Awkwardsaw
04-28-2009, 06:00 AM
oh wow haha.. alright

bballer
04-29-2009, 11:04 AM
Do you know about functions?

Here is a quick one to find circumference


Function Circumference(byval Radius as integer)
dim CircumF as integer

circumF = (radius *2)*(math.pi)

return CircumF
End Funtion


usage:


me.lblcircumferecene.text=circumference(3)


Hope this will help in your future programming!

-bballer

Awkwardsaw
05-01-2009, 07:14 AM
=o nope, i didnt know much about functions haha.

also sorry for not fixing it, iv been really busy with stuff irl