Results 1 to 4 of 4

Thread: ListView + Files + Directories + Icons = NewControl I Need

  1. #1

    Thread Starter
    Fanatic Member invitro's Avatar
    Join Date
    Jan 2000
    Location
    Outside your window
    Posts
    547

    Question

    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?

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb 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).

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  4. #4
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width