I need a function that will count how many times a user clicks a certain control.
For an example, there is a button that randomly displays 1 of 4 messages in a text box. I want another label to tally how many times one of the messages is displayed?
vb .net
For an example, there is a button that randomly displays 1 of 4 messages in a text box. I want another label to tally how many times one of the messages is displayed?
vb .net
Comment