Open any File from ListView1 by Double Click?

02/01/2012 02:58 PraDevil[ELITE]#1
problem solved.
02/01/2012 13:15 johnnyderdepp#2
try "item_active" :)

to use a subitem from a double clicked entry usw "ListView1.SelectedItems.items(0).subitems(x)"
so you can start programms easy with:

Quote:
Dim Program as String = ListView1.SelectedItems.Item(0).SubItems(X)
process.start(Program)



regards and have fun
02/02/2012 01:42 PraDevil[ELITE]#3
my listview does'nt load a specific item, the item can be anything or whatever..
here are my application in details.

my listview load the path from the ini file example
[path]
path1=X:/shorcutfolder/onlinegames/

so the listview show all the item from this folder. the item on this folder can be anything, any name or any much..i need to know how i can launch the file on my listview by DOUBLE CLICK.

i hope you got that r8? sorry for my bad english