I have Acrobat Professional installed in my PC.
When I clicked on PDF link, the PDF document will be opened in the IE browser itself.
Now, I wish to write a program using Visual Basic 6 that uses WebBrowser control to open web site or PDF link. Would anyone pls suggest a method to detect when the PDF document is completely downloaded and opened in the my program, or more specifically in the WebBrowser control?
p/s: I've tried DocumentComplete or NavigateComplete, but it just did not work as both events triggered before the PDF was completely open in the webbrowser control.