Opening files in fileListBox
-
Hi Guys, I have something to ask if someone knows how can I open the file that i choose from the filelistbox? Every time I select a file in the filelistbox, nothing happens it will not open. This is my code.
Dim a As String a= Shell("rundll32.exe url.dll,FileProtocolHandler " & FileListBox1.SelectedItem)
Pls guys, I need you help on this one. Thank you! annir -
Hi Guys, I have something to ask if someone knows how can I open the file that i choose from the filelistbox? Every time I select a file in the filelistbox, nothing happens it will not open. This is my code.
Dim a As String a= Shell("rundll32.exe url.dll,FileProtocolHandler " & FileListBox1.SelectedItem)
Pls guys, I need you help on this one. Thank you! annirHello Annir, Have a look at the given web link which provides similar information. http://www.developerfusion.co.uk/show/278/ I hope this will assist you. Regards,
Allen Smith ComponentOne LLC www.componentone.com
-
Hi Guys, I have something to ask if someone knows how can I open the file that i choose from the filelistbox? Every time I select a file in the filelistbox, nothing happens it will not open. This is my code.
Dim a As String a= Shell("rundll32.exe url.dll,FileProtocolHandler " & FileListBox1.SelectedItem)
Pls guys, I need you help on this one. Thank you! annir