kdf2883 Posted November 23, 2012 Posted November 23, 2012 (edited) 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:I want to use this way so my users can look up UNC paths without having navigate for through the FileSelectFolder Dialog. Edited November 23, 2012 by kdf2883
jmon Posted November 24, 2012 Posted November 24, 2012 (edited) maybe you should look into making your own folder explorer, maybe using by Yashied. Edited November 24, 2012 by jmon [center]www.jmontserrat.comFile Sequence UDF - _StringExtractPaths - _StringTrimPattern - GuiCtrlSetOnTop - CalendarUDF[/center]
kdf2883 Posted November 25, 2012 Author Posted November 25, 2012 maybe you should look into making your own folder explorer, maybe using by Yashied.hello jmon,I looked into TVexplorer before posting and it will not work with what i'm trying to accomplish. Thank you for the reply thought!
Moderators Melba23 Posted November 25, 2012 Moderators Posted November 25, 2012 kdf2883,...with what i'm trying to accomplishThen 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 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
kdf2883 Posted November 25, 2012 Author Posted November 25, 2012 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. M23Ok 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!
kdf2883 Posted November 30, 2012 Author Posted November 30, 2012 From what I gathered, autoit can't do what I posted above and I would have to convert to vb.net to do it . Thanks for the help though~
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now