Jump to content

FileOpenDIalog to select folders?


kdf2883
 Share

Recommended Posts

Hello,

I have been trying to find a way to use FileOpenDialog or some other means to choose a folder through the Common File Dialog instead of a file. Like this Screenshot below:

Posted Image

I want to use this way so my users can look up UNC paths without having navigate for through the FileSelectFolder Dialog.

Edited by kdf2883
Link to comment
Share on other sites

  • Moderators

kdf2883,

...with what i'm trying to accomplish

Then perhaps if you explained more clearly what it is that you are trying to accomplish, we might be able to offer better solutions. :)

For example, are you looking for a common dialog interface for selection of files and/or folders? If so perhaps my ChooseFileFolder UDF might be of interest. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

kdf2883,

Then perhaps if you explained more clearly what it is that you are trying to accomplish, we might be able to offer better solutions. :)

For example, are you looking for a common dialog interface for selection of files and/or folders? If so perhaps my ChooseFileFolder UDF might be of interest. ;)

M23

Ok what i'm trying to do is make a dialog in my screenshot for folders to use with Server shares and is FileSelectFolder does not support unc very well. You have to navigate through the network to find the server where as if I had the dialog above I will be able to just type the server path to browse the server shares. I did take a look into your UDF and it does not allow me to do what I want to do :( Thanks for the reply!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...