Hi All,
Does anyone know how to interrupt a Do While Loop?
I have a very simple bit of code that Loops though the items in a ListBox so long as a boolean (blnPaused) = False. There is a Button on the Form that sets the boolean to True but I can't figure out how to get the Click Event to work when the Do While Loop is running.
Any help would be greatly appreciated.
Thanks,
Chris (the Progress Bar is still driving me nuts!).