Launch Acrobat Reader from VB.NET

G

Guest

Hi,

I would like to open a pdf file using acrobat reader form a vb.net
application.

Is there a vb method to do this or do I need to run a shell command?

If I need to run a shell command how do determine the executable path for
for acrobat reader?

Thanks,

John.
 
C

Chris

John said:
Hi,

I would like to open a pdf file using acrobat reader form a vb.net
application.

Is there a vb method to do this or do I need to run a shell command?

If I need to run a shell command how do determine the executable path for
for acrobat reader?

Thanks,

John.


You should be able to just launch your pdf and windows should handle
opening acrobat for you.

Look at the process.start method. For the path that you use to for the
application to launch just use the path to your pdf.

Chris
 

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

Top