How do you open a PDF file with VB.net? I have tried to use the shell command without luck.
Thanks!
Printable View
How do you open a PDF file with VB.net? I have tried to use the shell command without luck.
Thanks!
Open it like how?
Open it so it will open in Adobe Acrobat or open it as in your program acts like an acrobat replacement?
HGUE difference.
Hi kasracer and thanks for your reply!
I want to open it with Adobe Acrobat Reader.
Quote:
Originally posted by phasma
Hi kasracer and thanks for your reply!
I want to open it with Adobe Acrobat Reader.
VB Code:
start.process("C:\omg.pdf")
Didn't know it was that easy!!! I am getting an error during the build it states "Name 'start' is not declared" Any ideas?
Thanks again!
er process.start()
lol stupid me
Works like a charm! Thank You for the help!
i want to open the file in my form itself noty in another windows how 2 go about it ?