I have a windows c# application and I want to display a pdf file, located on a webserver, in an acrobat com object added to my form.
pdf.loadfile(@"http://somewhere.com/nowwhere.pdf")
As my pdf is large, the application seems to hang till the entire file is loaded.
I want to read the large file without the user being under the perception that the application is hung.