Libre Posted March 17, 2006 Posted March 17, 2006 Hi all. I need to inserts a folder, files window in my form with smallicons style. can somebody helps me, please ? and another questing is where i can find information abuot windows classes, aplication, methods, and commands. like "Shell.Explorer.2" or "Forms.Form.1" or "CompatUI.ProgView.1" , i have seen in a lot of scripts but i dont know how they know it. i try with this script and the ANYGUI functions but without results. #include <GuiConstants.au3> GUICreate("I wanna see small icons, please, and only files and folders", 614, 370) $Folders = ObjCreate("Shell.Explorer.2") $Breaktime = GUICtrlCreateObj($Folders, -1, -1, 500, 370) $Folders.navigate ('c:\') GUISetState() While 1 WEnd I love this Game :p----------------------Freeware Multilange support or Translate your scripts----------------------aNyBoDy KnOwS WhY A LiGhT iN My KeYbOaRd iS aLlWaIs BlInKiNg !?Who is "General Failure" and what is he doing in my hard disk !!!!!?
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