tommeke228 Posted April 24, 2008 Posted April 24, 2008 hi i want if you push a button that theres gona be a screen for search directory (like comondialog in vb6) if directory selected he must copy the directory to a textbox $textbox2 = GUICtrlCreateInput("", 24, 248, 313, 21) plz help me thx xD
DarkMatter Posted April 24, 2008 Posted April 24, 2008 (edited) Look at FileSelectFolder in the help file. $Folder = FileSelectFolder("Browse For Folder", "C:\") GUICtrlSetData($textbox2, $Folder) Edited April 24, 2008 by DarkMatter [sub]Quantum mechanics: The dreams stuff is made of[/sub]
tommeke228 Posted April 24, 2008 Author Posted April 24, 2008 Look at FileSelectFolder in the help file. $Folder = FileSelectFolder("Browse For Folder", "C:\") GUICtrlSetData($textbox2, $Folder) ow thx didnt know there was a help thing xD
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