Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
 
MSDN Visual Basic Community
 
 
 
 
 
TitleOpen a PDF file in an external Adobe Reader process in Visual Basic .NET
DescriptionThis example shows how to open a PDF file in an external Adobe Reader process in Visual Basic .NET.
KeywordsPDF file, Adobe, open PDF file, Adobe Reader, Adobe Acrobat, Acrobat, Visual Basic .NET, VB.NET
CategoriesWindows, VB.NET, Files and Directories
 
Simply call System.Diagnostics.Process.Start to "execute" the file. If Adobe Reader is installed, it should open the file.
 
System.Diagnostics.Process.Start(txtFile.Text)
 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated