D
Dave
Greetings,
I have a button on a form that, when clicked, loops through all the words in
a .txt file and displays them on the form one at a time. Some of the text
files are large, and I cannot click any other buttons in my form or anything
until the process concludes.
I want to have a "pause" button that stops that process, but I wouldn't be
able to click it until the loop has finished.
It seems like I have an error in my programming methodology. Can anybody
give me a method I could follow to make this happen? Thanks,
-Dave
I have a button on a form that, when clicked, loops through all the words in
a .txt file and displays them on the form one at a time. Some of the text
files are large, and I cannot click any other buttons in my form or anything
until the process concludes.
I want to have a "pause" button that stops that process, but I wouldn't be
able to click it until the loop has finished.
It seems like I have an error in my programming methodology. Can anybody
give me a method I could follow to make this happen? Thanks,
-Dave