Hi
I'm wanting to view a selected PDF file from a FileListBox, I'm trying the shellexecute command but i'm getting no joy!
Any ideas?
TIA
Private Sub cmdOpen_Click()
If File1.Selected(i) = True Then
Shell File1.Path & "/" & File1.FileName, SW_SHOWNORMAL
End If
End Sub
I'm wanting to view a selected PDF file from a FileListBox, I'm trying the shellexecute command but i'm getting no joy!
Any ideas?
TIA
Private Sub cmdOpen_Click()
If File1.Selected(i) = True Then
Shell File1.Path & "/" & File1.FileName, SW_SHOWNORMAL
End If
End Sub