Run Adobe Acrobat from within VB.Net app

C

Christie

I have a pdf file that I want to use as part of the help system for my
app...when the user clicks the toolstripbutton, Adobe Acrobat should
fire up displaying the relevant article...how would one go about doing
this...

I am using Visual Studio 2005(VB.Net).

Thanks
 
C

Chris Dunaway

Christie said:
I have a pdf file that I want to use as part of the help system for my
app...when the user clicks the toolstripbutton, Adobe Acrobat should
fire up displaying the relevant article...how would one go about doing
this...

I am using Visual Studio 2005(VB.Net).

Thanks

A quick google search would have yielded this:

How about System.Diagnostics.Process.Start("filename.pdf")
 

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