|
liamjamessheehy (September 20, 2008 at 6:58 am)
8.35 got up to there and i typed in elesif label1.caption = "-" then and it wouldnt let me type the then! any ideas?
Stars0fLight (May 10, 2008 at 10:22 pm)
pic tut here~llamahitman. freeforums. org/how-to-make-a-simple-calculator-t27. htmlremove the space's xP
skierplaterandy (April 30, 2008 at 10:41 pm)
im downloading visual basic now :D ill be trying these soon. i hated that i couldn't customise my scripts very well in autoit so i hope i can get used to this script language
rekcaHehT (April 20, 2008 at 7:48 pm)
Can i make the calculate send all the data on the program to send it to My EMAIL ?
fatrolando99 (February 29, 2008 at 10:31 pm)
If u want help i made this it follow's this vb(.)goodmmos(.)com
angelu00 (February 29, 2008 at 7:51 pm)
Put this code in the calc bottonthis way u obligate the person to chose an operationIf Label2.Caption = "+" ThenText3.Text = Val(Text1) + Val(Text2)ElseIf Label2.Caption = "-" ThenText3.Text = Val(Text1) - Val(Text2)ElseIf Label2.Caption = "x" ThenText3.Text = Val(Text1) * Val(Text2)ElseIf Label2.Caption = "/" ThenText3.Text = Val(Text1) / Val(Text2)Else: MsgBox "Escolhe uma operação"End If
angelu00 (February 29, 2008 at 7:51 pm)
Put this code in the calc bottonthis way u obligate the person to chose an operationIf Label2.Caption = "+" ThenText3.Text = Val(Text1) + Val(Text2)ElseIf Label2.Caption = "-" ThenText3.Text = Val(Text1) - Val(Text2)ElseIf Label2.Caption = "x" ThenText3.Text = Val(Text1) * Val(Text2)ElseIf Label2.Caption = "/" ThenText3.Text = Val(Text1) / Val(Text2)Else: MsgBox "Escolhe uma operação"End If
angelu00 (February 29, 2008 at 7:32 pm)
What should u write if u want the text of the text boxes 1 2 and 3 to be only numbers and "."????
angelu00 (February 29, 2008 at 7:32 pm)
What should u write if u want the text of the text boxes 1 2 and 3 to be only numbers and "."????
angelu00 (February 29, 2008 at 7:32 pm)
What should u write if u want the text of the text boxes 1 2 and 3 to be only numbers and "."???? |