I'm trying to launch the selected file in a filelistbox with a specified app., however, filelist1.selected doesn't seem to be correct. What should this be when I use a filelistbox? I've always used listviews & listboxes for most of my apps in the past. My code is below. Any help is appreciated. This is my last issue to resolve.
VB Code:
ShellExecute filelist1.Path & "\" & filelist1.selected, vbNullString, "C:\launcher\fceu.exe", SW_SHOWNORMAL




Reply With Quote