-
Is there a control that u can browse trough, just like the explorer window? I want to be able to double click and execute a file just like u do in a normal folder, all i need is a control that looks like that.
I really dont want to use the Dir and FileList controls
-
TreeView + ListView
may be you can use the TreeView and ListView control and also use the ShellExecute API function to reun the selected file (Under the Node Click/double Click event).
-
That's probably a lot of work if you're going to do that by your self, there's a control somwhere for that, wait and see, i'm sure somebody will pop up and post the link
-
If you can do it that just go for it and end up you will have a satisfaction on what you have did. :)
Always think you can do it and challange the Error + Obstracle that blocking your way.