VB: Multiple Process Problem
Dear Friends,
I'm developing an application where my application has to bring results from web which, generally, takes 25-30 seconds. For this period of time, I need to show a loader screen. The problem is that when the first process starts(sending request to web server & getting results from there), the application doesn't execute any other command. It simply waits for results & when results arrive they are displayed. So, the loader could not be displayed. Now, how do I solve this problem? Is multi-threading the answer to my problem & is it possible in VB 6.0? If yes, than how?