I have run into the problem of how to let a prog. wait until another procedure(in my case waiting for the webbrowser to load and inet to finish executing) has finished before continuing with the rest of the code. Is there any code that can be used.
(hint: i know about inet.stillexecuting and webbrowser.navigatecomplete)