|
-
Jun 21st, 2000, 10:21 AM
#1
Thread Starter
Fanatic Member
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
ok, so... windows takes 1 minute to search for a file on my PC yet google.com takes 1 second to search the entire internet? 
-
Jun 21st, 2000, 05:50 PM
#2
PowerPoster
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).
-
Jun 21st, 2000, 08:10 PM
#3
transcendental analytic
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
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 21st, 2000, 08:22 PM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|