J
Joshua Moore
I have a dotNet device (slow as tar) that is doing some really expensive
processes, and I need a way to handle the user clicking a button too
quickly, as I can't keep up with the redraw (1-2 seconds wait time per
click). I feel an event is the way to go, but don't know how to say "if the
event is in the process of being called as it is, stop, and get use the
latest data".
Thanks for dealing with newbies
Joshua Moore
processes, and I need a way to handle the user clicking a button too
quickly, as I can't keep up with the redraw (1-2 seconds wait time per
click). I feel an event is the way to go, but don't know how to say "if the
event is in the process of being called as it is, stop, and get use the
latest data".
Thanks for dealing with newbies

Joshua Moore