INTERACT FORUM

Windows => Plug-in Development => Topic started by: KingSparta on August 31, 2002, 10:10:40 am

Title: Creating A Cancel Button
Post by: KingSparta on August 31, 2002, 10:10:40 am
I have a button that i use to terminate a for next loop, but it seems when it is in the loop the buttons do not get much face time. so it may take many presses for it to work.

is there away i can get the button press seen better?
Title: RE:Creating A Cancel Button
Post by: RhinoBanga on August 31, 2002, 01:08:02 pm
Use DoEvents in your loop
Title: RE:Creating A Cancel Button
Post by: KingSparta on August 31, 2002, 01:47:31 pm
I have a few in there now

Maybe I have something else wrong.

I will look at it again.
Title: RE:Creating A Cancel Button
Post by: KingSparta on August 31, 2002, 02:11:49 pm
I put one in each sub in the loop, seems to be reacting much better.