Thread: Schoolwork help
View Single Post
Old Dec 4th, 2005, 5:24 PM   #10
Psychosis
Newbie
 
Join Date: Nov 2005
Posts: 5
Rep Power: 0 Psychosis is on a distinguished road
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...
Psychosis is offline   Reply With Quote