hey. So in my program I have it set to download a file when the program loads. I made a method and i put that in the Form_load routine. The program is that, it starts the download before the form is even visible. So since its downloading the file, the forum doesnt end up showing up until the file is done downloading. I tried to use 'If me.visible = true', but that still had the same result. I also tried the 'Visibility Changed' Method. Any ideas?

John