the problem is that i want to list the directories in a listView control, and im not able to get this done, i only able to display the directories in text box using this code :
Textdir.text = trim("")
do
Data1 = Inet1.GetChunk(1024,icString)
Data = Data + Data1
loop while Len(Data1) <> 0
text4.text = data
of course i used
Inet1.Execute ,"DIR"
To retrieve the directory list
... any suggestions ?!

New Topic/Question
Reply




MultiQuote



|