Visual Basic 2010 Express Tutorial 5 - Simple Calculator Part 2 - RadioButtons
Top Comments
All Comments (45)
-
Thanks a lot
-
@xGlitchersRUs Man just put Label2.Text = "/" Label1.Text = Val(TextBox1.Text) / Val(TextBox2.Text) and if you want + you set Label2.Text = "+" Label1.Text = Val(TextBox1.Text) + Val(TextBox2.Text)
-
@assassin2601 I don't understand what you want fixed?.125 = 0.125 there is no difference other than one 0.... as far as i know, both are correct.
-
I have one problem. It is also visible on this video. When sb using this calculator divides 1 by 8 he gets .125, not 0.125 . How to fix it?
-
Homework done :)
-
For all of you who's code will only add, you must delete the answer = num1 + num2 under the if statements which he forgot to tell you to delete. I had this problem.
-
Thanks these help a lot
-
By The Way i noticed now that only The Subtract button works..hmm..i'll let you hear if i fix this.
-
Hello! I got a Little bit of a problem here, the radiobutton "Multiply" and "divide" Does Not work for me even though i've written the "Elseif RadiobuttonMult-Div.Checked = true Then - Answer = Num1 * - / Num2" the radiobuttons do change the sign to an "X" and "/" but it doesn't Calculate with Multiply and/or Divide. I Really Appreciate some help and Thanks for the Vid it was Great
PS. I Did this ones and it worked great but when i saved it, something fucked it up, i did same now and doesn't wk
God, we're doing Visual Basics express in school, and I was so lost. These tutorials have helped me A LOT. In the books they say "Go to the blahblah and enter in blahhdyblahblahhh" And I'm like WTF I DON'T KNOW WHAT THE BLAHBLAH IS!?!?!
THANKYOU <3
smokingcellophane 4 months ago 10
can't put the LabelSign.Text = "+"
it says "Error 1 'LabelSign' is not declared. It may be inaccessible due to its protection level."
how do i fix this?
auvar100 5 months ago 6