You are on page 1of 1

'Option Explicit

'Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (B


yVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lp
Parameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Lo
ngy
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (B
yVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lp
Parameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Lo
ng
Private Sub Command1_Click()
'ShellExecute Me.hwnd, "open", "C:\downloads\v34n1a02.pdf", "", "", 4
ShellExecute Me.hwnd, "open", "X:\1. CONSTRUCCION EDIFICIO REDES DE GAS SANT
A CRUZ - PRIMERA CONVOCATORIA\13-0513-00-388850-1-1_PL_20130614214332 (1).pdf",
"", "", 4
'Form1.Hide
End Sub

You might also like