Hi Guys,
Can I ask if any one knows how can I open the file that I choose from the filelistbox? Every time I click the file that I want to open, nothing happens.
this is my code:
pls I need your help.
thank you.
annir
Can I ask if any one knows how can I open the file that I choose from the filelistbox? Every time I click the file that I want to open, nothing happens.
this is my code:
PHP:
Dim a As String
a= Shell("rundll32.exe url.dll,FileProtocolHandler " & FileListBox1.SelectedItem)
pls I need your help.
thank you.
annir