How to make the program not to wait for the function? Well, I have a downloading program (uses URLDownloadToFile), but while it's downloading, the program is not responding (because it waits for the function). How can I make the program not wait for the function?