gjpearl Posted January 29, 2009 Posted January 29, 2009 I am working on a script that needs to select a folder from the applications browse for folder window. Better Description: I want to save files to a specific folder within an application. I can not type in the path I have to browse how can I do that. The browse window dialog is attached.
CodyBarrett Posted January 29, 2009 Posted January 29, 2009 err.... Fileopendialog() or Filesavedialoge()? its in the helpfile is that what you mean [size="1"][font="Tahoma"][COMPLETED]-----[FAILED]-----[ONGOING]VolumeControl|Binary Converter|CPU Usage| Mouse Wrap |WinHide|Word Scrammbler|LOCKER|SCREEN FREEZE|Decisions Decisions|Version UDF|Recast Desktop Mask|TCP Multiclient EXAMPLE|BTCP|LANCR|UDP serverless|AIOCR|OECR|Recast Messenger|AU3C|Tik-Tak-Toe|Snakes & Ladders|BattleShips|TRON|SNAKE_____________________[u]I love the Helpfile it is my best friend.[/u][/font][/size]
gjpearl Posted January 29, 2009 Author Posted January 29, 2009 err.... Fileopendialog() or Filesavedialoge()? its in the helpfile is that what you meanDoes that actually use the application browse window or does it create it own. I need to use the application one.
CodyBarrett Posted January 29, 2009 Posted January 29, 2009 (edited) it creates a dialog box that you can choose files... and exits once you hit 'ok' 'cancle'... REMEBER do this $anythingyouwant = fileopendialog() or else the selected wont be saved as anything... READ the helpfile man.... or do you mean something else entirey? EDIT i read your post wrong... as far as i know if its not an app YOU made with autoit you cant retrieve the value of the selsected file\folder Edited January 29, 2009 by bob00037 [size="1"][font="Tahoma"][COMPLETED]-----[FAILED]-----[ONGOING]VolumeControl|Binary Converter|CPU Usage| Mouse Wrap |WinHide|Word Scrammbler|LOCKER|SCREEN FREEZE|Decisions Decisions|Version UDF|Recast Desktop Mask|TCP Multiclient EXAMPLE|BTCP|LANCR|UDP serverless|AIOCR|OECR|Recast Messenger|AU3C|Tik-Tak-Toe|Snakes & Ladders|BattleShips|TRON|SNAKE_____________________[u]I love the Helpfile it is my best friend.[/u][/font][/size]
picaxe Posted January 29, 2009 Posted January 29, 2009 Try AU3Info (available via Scite, Tools menu) to get control info.
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