|
-
Aug 27th, 2003, 05:28 PM
#1
Thread Starter
New Member
How do I open a PDF file with VB.Net
How do you open a PDF file with VB.net? I have tried to use the shell command without luck.
Thanks!
-
Aug 27th, 2003, 05:29 PM
#2
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.
-
Aug 27th, 2003, 07:31 PM
#3
Thread Starter
New Member
Hi kasracer and thanks for your reply!
I want to open it with Adobe Acrobat Reader.
-
Aug 27th, 2003, 08:04 PM
#4
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")
-
Aug 27th, 2003, 08:40 PM
#5
Thread Starter
New Member
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!
-
Aug 27th, 2003, 08:47 PM
#6
er process.start()
lol stupid me
-
Aug 27th, 2003, 08:54 PM
#7
Thread Starter
New Member
Works like a charm! Thank You for the help!
-
Feb 15th, 2005, 10:41 AM
#8
Lively Member
Re: How do I open a PDF file with VB.Net
i want to open the file in my form itself noty in another windows how 2 go about it ?
with Regards
sameer Mulgaonkar

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|