vb example click count

 CLICK COUNT



CODE IS HERE :-


Private Sub cmdClick_Click()
    Static n As Integer
    n = n + 1
    Print n
End Sub




Comments

Popular posts from this blog

Computer Mcq Part 1 (1-50)

Computer MCQ Part 4 (151-200)

Computer MCQ Part 3 (101-150)