I have a custom dialog box that asks the user for some input. It’s combined in a while loop.
Basically it takes a bunch of URL’s from a text files, loops through them 1 by 1 and asks the user for their input.
The problem is at the moment is its looping through and showing the dialogs all at once. I want to be able to wait for the users input, when they’ve pressed submit, continue through the loop onto the next one.
A little stuck.
You should use
ShowDialog.