Check out some similar questions!
Visual basic
[ 1 Answers ]
Dim first As Long Dim second As Long Dim sign As String Dim FirstValueEntered As Boolean Private Sub Command1_Click(Index As Integer) If FirstValueEntered = True Then TextDisplay.Text = TextDisplay.Text & Command1(Index).Caption second = Val(TextDisplay.Text)
Visual basic
[ 1 Answers ]
I already finish a very simple calculator,actually it has only four buttons. at first its working fine but when add another feature its not working anymore. What I want to do is when press 1 then press + then press 1 and press + again it should add the first two number get ready to add another...
Visual basic
[ 1 Answers ]
How can I disable maximise button of a form but minimise and close button should be enable? View more questions Search
Add your answer here.
|