Click here to Skip to main content
15,908,455 members

Comments by ThomasVB (Top 2 by date)

ThomasVB 25-Dec-23 16:13pm View    
Several thousand queries are executed in loops. Using the normal web browser element, the tool hangs or becomes slow. Download string does not work with what I am doing. It only works via the web browser element, and only in a separate thread. As I said: It works, but only if the message box is in front of it. Then it works without errors with the Downloadcomplete function.
ThomasVB 25-Dec-23 14:39pm View    
It works if after Reload: the MessageBox -> MessageBox.Show("OK1") is stored. If the message box is not present, it does not work. So basically it should work. The web browser element only exists in the new thread. I do not have a GUI Web Browser element in use.