I have a next and a previous button, each will:
increment 3 process_globals in Starter,
run 3 Subs loading a bitmap in 3 seperate imageviews
and do 3 kvs.Put statements.
If I click a button too fast too many times my counter variable goes from 13, 14, 15 to 116.
Would DoEvent in Button_Click be a way to prevent this or is there a better way?
increment 3 process_globals in Starter,
run 3 Subs loading a bitmap in 3 seperate imageviews
and do 3 kvs.Put statements.
If I click a button too fast too many times my counter variable goes from 13, 14, 15 to 116.
Would DoEvent in Button_Click be a way to prevent this or is there a better way?