Oh that's probably what I did wrong. (The & instead of + ), as well, I thought I had the "Dim" part in there too...but I guess not.
Okay, I got the count going right, but it's only working once (Only going to "1", and not continuing) here's my code:
Quote:
Private Sub btnClick_Click()
Dim intNumber As Integer
intNumber = intNumber + 1
lblCount.Caption = "Count: " & intNumber
End Sub
|
And uhm, bl00dninja, I don't really think that was nessessary...