Hi all ,

How can I load a folder contents into a list box?

The list box display the full name of the file.

After that, when I double click the item in list box, it will open the file.

eg. C:\MyFile has files such as name.txt, add.txt, money.txt
(most of my file is *.txt)

ListBox <------ load the folder content into list box
---------
name.txt <----- double click here will open name.txt with notepad.
add.txt
money.txt

Thanks.