How to Click buton To Open (ini) File in listbox

This english section.
How to Click buton To Open (ini) File in listbox.
Please help!


APZ http://www.megaupload.com/?d=17WRZBS0
Please help???
Listbox? Use best one paragrapaph not? would look like this:

stext = TextFile.ReadToString("AutoPlay\\Docs\\exyu.ini");
stext = String.TrimRight(stext, nil);
Paragraph.SetText("Paragraph1", stext);
If you want to use the listbox:
local stext = TextFile.ReadToString("AutoPlay\\Docs\\exyu.ini");
 if stext ~= "" then
         stext = String.TrimRight(stext, nil);
	local ttext = String.DelimitedToTable(stext, "\r");
		for x = 1, Table.Count(ttext) do
			ListBox.AddItem("ListBox1", ttext[x], "");
		end
end
stext = TextFile.ReadToTable("AutoPlay\\Docs\\exyu.ini");
num = Table.Count(stext);
for t=1,num do
    ListBox.AddItem("ListBox1", stext[t], "");
end
[/color][/b]
oooo thanx boys, i'm going to try
Thank you for your answers.


Look at the Radio Player in a man-made ... now here I wanted to do in this kinda way your list that I opened with TV and radio buttons on a double click or selecting the order to broadcast the media player?

If you can APZ or script?

Thanks again ...

rafaxplayer I would be grateful if you could help me
I'm sorry but I do not understand your question,the example does what you say.