How can I get my program to continue background operations even if a message box or input box is up and waiting for input? My program is monitoring several internet connections at once, and if a message box pops up with information on one of the connections, it does not continue to monitor the other connections until the message box is acknowledged. Any way to get passed this? I need these boxes to pop up because I need the information from them, I cannot automatically dismiss them.




Reply With Quote