Launch Acrobat Reader from VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John F

    #1

    Launch Acrobat Reader from VB.NET

    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.
  • Chris

    #2
    Re: Launch Acrobat Reader from VB.NET

    John F wrote:[color=blue]
    > 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.[/color]


    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

    Comment

    Working...