|
-
September 8th, 2009, 12:05 PM
#1
[RESOLVED]Interupting Do Until
I have the following code
Do Until [condition]
code
Loop
This loop takes sometimes up to a minute to execute. I would like to display a message box giving the user the option of terminating the loop. When I use ShowDialog the loop doesn't execute until DialogResult is returned. When I use Show, the forms buttons are not accessible until do loop is finished. How can I make this work?
Last edited by PaulJayKnight; September 13th, 2009 at 05:18 PM.
Reason: [RESOLVED]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|