Link to home
Start Free TrialLog in
Avatar of drleewood
drleewood

asked on

How do you run a PDF file from Visual Basic?

I want to run a pdf file from my VB5 program like I do .doc files.  I successfully use,

X = Shell ("write test.doc",1) to open a .doc file

but,

X = Shell("test.pdf",1) does not open the pdf file.
ASKER CERTIFIED SOLUTION
Avatar of Chris Bottomley
Chris Bottomley
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial