xShadowx Posted November 18, 2008 Posted November 18, 2008 (edited) I saw it somewhere here but I can find it, nor in the help file. Im wondering, how can I put a browse button+ the box to show where you browsed too (C:\program files.....) onto my GUI? Oh ya, and click boxes (o) I remember using it once, but I cant find it anymore. All help is appreciated. Edit: Would it be possable to browse for a folder and not a file? Edited November 18, 2008 by xShadowx
Skrip Posted November 18, 2008 Posted November 18, 2008 (edited) FileSelectFolder() Edited November 18, 2008 by Firestorm [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
PsaltyDS Posted November 18, 2008 Posted November 18, 2008 I saw it somewhere here but I can find it, nor in the help file. Im wondering, how can I put a browse button+ the box to show where you browsed too (C:\program files.....) onto my GUI?Create the button and an Input or Edit control for the result. On detecting the button message/event use FileOpenDialog(), FileSaveDialog(), or FileSelectFolder() as appropriate, then write the result to your input/edit control.Oh ya, and click boxes (o) I remember using it once, but I cant find it anymore. All help is appreciated.GuiCtrlCreateCheckbox()Edit: Would it be possable to browse for a folder and not a file?Answered above with FileSelectFolder().You really need to spend some quality time with your help file, and the tutorials therein. You should also consider running the AutoIt 1-2-3 tutorial in my sig. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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