02-27-2012, 03:32 PM
Yeah, try something like this!
Code:
public sub DBL handles ListBox1.MouseDoubleClick
Shell(Listbox1.selecteditem.tostring)
End Sub