Noviceatthis 4 Posted June 27, 2013 Share Posted June 27, 2013 Hello all FileOpenDialog("Open Autoit File", @DesktopDir & "\", "Au3 files (*.au3)") Apologies if this is a rather basic question but I was just wondering whether it is possible to open the dialogue showing au3 files, without showing all the folders in the same directory many thanks Link to post Share on other sites
Solution FireFox 261 Posted June 27, 2013 Solution Share Posted June 27, 2013 Hi,It's not possible AFAIK, because you can select these files in another directory.Otherwise you can restrict the files to a folder which has no subfolders.Alternative way: ChooseFileFolder UDF by Melba23 (I don't know if it handles your problem).Br, FireFox. OS : Win XP SP2 (32 bits) / Win 7 SP1 (64 bits) / Win 8 (64 bits) | Autoit version: latest stable / beta.Hardware : Intel(R) Core(TM) i5-2400 CPU @ 3.10Ghz / 8 GiB RAM DDR3.My UDFs : Skype UDF | TrayIconEx UDF | GUI Panel UDF | Excel XML UDF | Is_Pressed_UDFMy Projects : YouTube Multi-downloader | FTP Easy-UP | Lock'n | WinKill | AVICapture | Skype TM | Tap Maker | ShellNew | Scriptner | Const Replacer | FT_Pocket | Chrome theme makerMy Examples : Capture tool | IP Camera | Crosshair | Draw Captured Region | Picture Screensaver | Jscreenfix | Drivetemp | Picture viewerMy Snippets : Basic TCP | Systray_GetIconIndex | Intercept End task | Winpcap various | Advanced HotKeySet | Transparent Edit control Link to post Share on other sites
Noviceatthis 4 Posted June 27, 2013 Author Share Posted June 27, 2013 Thanks Firefox, il give that a try Link to post Share on other sites
Moderators Melba23 3,790 Posted June 27, 2013 Moderators Share Posted June 27, 2013 Noviceatthis,My UDF (look in my sig for the link) can indeed do that - and a whole lot more as well. Post in the UDF thread if you run into problems. 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 Link to post Share on other sites
Noviceatthis 4 Posted June 27, 2013 Author Share Posted June 27, 2013 excellent, thank you very much M23 Link to post Share on other sites
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