view Pdf file in a fom ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
is there a way to view a pdf file inside a form?
tia
Matfis
 
Perfect!
Thank you MikeB !!
-----Original Message-----
Add the WebBrowser control to a form and set the URL for the Browser in Code via
a Button or whatever method you wish to devise to refer to the URL like:

WebBrowser0.Navigate "File://SomeDriveLetter:\SomeDirector y\SomePdfFile.pdf"

More info here:
http://msdn.microsoft.com/library/default.asp? url=/library/en-us/office97/html/usingwebbrowsercontrol.asp





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top