G
Guest
Hi, All,
I create 3 buttons in for loop in code like below:
For i= 0 to 2
Dim button as new button
Next
button will flash if button value is 1 using timer, my question is I need to
create 3 timers or 3 button can share one timer?
Thanks,
Martin
I create 3 buttons in for loop in code like below:
For i= 0 to 2
Dim button as new button
Next
button will flash if button value is 1 using timer, my question is I need to
create 3 timers or 3 button can share one timer?
Thanks,
Martin