Thread: How to open a disk browser window...

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    55

    How to open a disk browser window...

    My program must open a file, and I want it to be donde by opening a browser window... I found this:

    http://www.codeproject.com/dialog/searchfolders.asp


    The BrowseFolder() function works great, it lets me browse all the folders... However, I don't know how to then be able to browse the files... Any ideas? (it doesn't have to be this code, if you have any code that could achieve this I'd really apreciate it... By the way, it would be much better if I could browse folders and files at the same time)

  2. #2
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Since this is windows specific (at least, I assume it is since the link you provided uses the Win32 API), it really should've been posted on the windows board.

    But maybe this is what you're looking for.
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    55
    Since you tried to help, maybe you'll want to read this... And help me a bit more, lol...


    http://cboard.cprogramming.com/showt...690#post637690

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Window scrollbar
    By maxorator in forum Windows Programming
    Replies: 2
    Last Post: 10-07-2005, 12:31 PM
  2. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  3. problem with open gl engine.
    By gell10 in forum Game Programming
    Replies: 1
    Last Post: 08-21-2003, 04:10 AM
  4. How to change window style at runtime?
    By Mr. Bitmap in forum Windows Programming
    Replies: 5
    Last Post: 06-09-2002, 04:49 PM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM