Developer Network
Developer Network
Developer Network
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Answered by:
opening a .pdf file?
Archived Forums V
>
Visual Basic Express Edition
Question
0
Sign in to vote
How to open a text/.pdf file in vb.net
not to open and read via vb. i want to open a file when i press a button and that file should open using corresponding program ,like .pdf should open in adobe reader and .doc in word like that.
Sunday, October 4, 2009 2:26 PM
Answers
0
Sign in to vote
Process.Start(
"d:\temp\test.pdf"
)
Useless editor !!!!!!!!!!!
Process.Start(
"d:\temp\test.pdf"
)
Proposed as answer by
jwavila
Monday, October 5, 2009 5:32 AM
Marked as answer by
Jeff Shan
Tuesday, October 6, 2009 3:29 AM
Sunday, October 4, 2009 2:51 PM