topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 5:15 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: mod to Windows FileOpen and FileSave dialogs to select folder(s)  (Read 8995 times)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
I don't know about you guys but I really hate those "browse for folder" dialogs in Windows.  I know they jinxed the standard FileOpen and FileSave Windows dialogs to make it tough to subclass/inherit the behavior but I'm wondering if there's a way to mod them right through the controls using AutoIt or some other mechanism?

That clicking on the plus signs until you get down to the folder at the bottom of the tree has to go!!
Plus if you could mod the FileOpen and FileSave then you could use the PlacesBar features for often selected folders(or the folder just above, where you keep a lot of working folders etc..)

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,961
    • View Profile
    • Donate to Member
if i understand correctly there's a bunch of programmes that help there
see
Revisiting (XfilesDialog, File-Ex, Direct Folders)
and
CFDButton - GOE Challenge 2007 Entry

Superboyac has a brand new post about Direct Folders on his blog this week
http://aram.dcmember...ware/direct-folders/

I use FileBox eXtender myself
I would love to get one that replaces the default folders (shown as icons) on the left - I think ObjectDock does that but at a (too expensive to me for what it does) price
Tom

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
I'm thinking more from the programmer's point of view.  Something so you could pop up a folder select box for the user.  The Shell Browse Folder thing is the worst.  The standard file open dialog has all the features but they deliberately hosed it so you can't just add an option to select folders rather than files.  Don't ask me why.

Probably the closest I've seen is JVCL folder picker but it's limited to starting with a disk drive.  There's no options for selecting anything between Desktop and Computer.  The top level is just a bunch of drive letters.

shayne.micchia

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 6
    • View Profile
    • Donate to Member
Freeware Solution
« Reply #3 on: April 17, 2009, 07:29 AM »
I have tried dozens of Dialog Box Enhancers and found this one is both elegant and powerful.

DirectFolders
http://www.codesecto...om/directfolders.php

If you can find version 3.3 its better, 3.5 has a few bugs and nags.

If you can't just let me know and I will post a link to v3.3

Shayne

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Thanks for the reply.  I'm really looking for a programming component that presents the user with a dialog that looks like FileOpen or FileSave but allows folder selection.  For some reason a decision was made to prevent the Windows dialogs from being subclassed.  Otherwise you could just start with that and add enhancements using any number of programming languages.

The only one I saw that actually looked like what I'm talking about was a commercial control and they wanted like $300 for it. Kind of a lot to pay when you're likely to be giving away the application that uses it. :)

Hard to believe but even with all the Aero exploding windows and effects the old ShBrowseForFolder() is still all we have.