Regards.
I want to show in a form a folder content as if it were the windows explorer.
I could do it with the OLE Microsoft Web Browser control and this code in the form init:
This works like a charm: I can delete and rename files and even add them with drag and drop from Windows.
The only problem is it shows files as large icons and I want to show the details list view.
How can I do this?
Thanks in advance.
I want to show in a form a folder content as if it were the windows explorer.
I could do it with the OLE Microsoft Web Browser control and this code in the form init:
Code:
lcFolderName = 'C:\tmp'
THIS.Olecontrol1.Navigate(lcFolderName)
This works like a charm: I can delete and rename files and even add them with drag and drop from Windows.
The only problem is it shows files as large icons and I want to show the details list view.
How can I do this?
Thanks in advance.