|
-
Aug 25th, 2012, 08:19 AM
#1
Thread Starter
Fanatic Member
-
Sep 5th, 2012, 08:41 PM
#2
New Member
Re: A Basic Calculator
thanks but that is too much of code man can i have your msn ? we need to start a group on skype,irc , msn , yahoo to start some real discussion on vb i'm still a beginner in developing world i'm not yet a programmer
-
Sep 7th, 2012, 02:57 PM
#3
Re: A Basic Calculator
I really like the layout of this calculator. I think that it's easier to use than a standard basic calculator, to many buttons and you can't see the first number you used after you've choosen the operator. This is a clever and unique way to do basic operations. Another great codebank post!
-David
-
Oct 4th, 2013, 04:38 AM
#4
Member
Re: A Basic Calculator
why dont you do this.
Dim Value As Double = val( ' your value... & "")
Dim Value2 As Double = val( ' your value. & "")
Dim Value3 as double = 0
select case Method
case 0
value3 = value + value2
case 1
value3 = value * value2
case 2
value3 = value - value2
case 3
value3 = value / value2
end select
textbox1.text = value3
-
Oct 30th, 2013, 09:20 AM
#5
Addicted Member
Re: A Basic Calculator
I'm possibly being a bit picky here but I would put the Choose Operator frame in between the two number text boxes and label the radio buttons "Plus", "Minus", "Multiplied by" and "Divided by", because subtraction and division are not commutative operations.
-
Nov 18th, 2013, 08:02 AM
#6
Addicted Member
Re: A Basic Calculator
It is a pretty cool calculator.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|