Dim acroRdrPath As String, pdfFilePath As String Private Sub Command1_Click() acroRdrPath = "C:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe" pdfFilePath = "c:\my documents\260_2C05.pdf" Shell acroRdrPath & " " & pdfFilePath , vbNormalFocus End Sub
The programmer's notebook is a reference for programmers. Here you can find code snippet's for VB.Net, C# .Net, WPF and many more...
Pages
Open PDF File using Vb6
Code snippet to open a pdf file at a click of a button in vb6
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment