Greenie Posted April 17, 2006 Posted April 17, 2006 Yes im a newbie. Is it possible to show a open folder on the gui like c:\cool and allow to drag files into it?
Valuater Posted April 17, 2006 Posted April 17, 2006 (edited) Yes im a newbie. Is it possible to show a open folder on the gui like c:\cool and allow to drag files into it? 1 Welcome to the forums 2 this will run windows explorer and you can do what you want with it Run("Explorer.exe " & @ProgramFilesDir) 3 To learn alot quickly... get beta and Scite.. ( all the stuff you need ) see this http://www.autoitscript.com/forum/index.php?showtopic=21048# 8) Edited April 17, 2006 by Valuater
Greenie Posted April 17, 2006 Author Posted April 17, 2006 (edited) 1 Welcome to the forums 2 this will run windows explorer and you can do what you want with it Run("Explorer.exe " & @ProgramFilesDir) 3 To learn alot quickly... get beta and Scite.. ( all the stuff you need ) see this http://www.autoitscript.com/forum/index.php?showtopic=21048# 8) I want to show the folder inside the gui not open the folder. Nerver mind thanks to the beta I got it Edited April 17, 2006 by Greenie
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