Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dim Operation As Integer
- Private Sub CmdClear_Click()
- TxtAnswer.Text = ""
- End Sub
- Private Sub CmdDot_Click()
- TxtAnswer.Text = TxtAnswer.Text + "."
- End Sub
- Private Sub CmdNum_Click(Index As Integer)
- TxtAnswer.Text = TxtAnswer.Text & Index
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment