PDA

Click to See Complete Forum and Search --> : A Calculator in VB


plenderj
Apr 4th, 2002, 02:32 AM
Here's an example of how to make a simple calculator in VB.
Code is by Nightwalker83 (http://www.vbforums.com/member.php?s=&action=getinfo&userid=25658), and comments are by me.

As usual, any comments or suggestions just let me know

plenderj
Oct 21st, 2004, 08:47 AM
* 21-October-2004 - Moved to CodeBank *

jaka228
Nov 6th, 2004, 03:31 AM
good

Moonshot
Nov 15th, 2004, 11:10 AM
Thanks a bunch - this saves me a bit of time:cool:

sivaz
Apr 4th, 2006, 04:34 PM
:thumb: Here's an example of how to make a simple calculator in VB.
Code is by Nightwalker83 (http://www.vbforums.com/member.php?s=&action=getinfo&userid=25658), and comments are by me.

As usual, any comments or suggestions just let me know

asif_14443
May 10th, 2006, 02:17 AM
Well its good.... I'll use it with my project.. and I was really need for it...

but these is problem to use it......

we can not use number key pad as input with this calculator... only usage of mouse is very slow.... please think about it.... if we use it as accounting purpose it would be very slow.... Thanks !!

KC8QZO
Jan 7th, 2008, 01:40 PM
Here is a solution for sing the keypad to do math. This only has one textbox so try typing 5 + 5 and the enter. You can also select "I" or "M" to convert to metric or inch. I know this is a old post thread but I had trouble getting the solution so here it is for the rest of the world.