Jump to content

Recommended Posts

Posted

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 !!!!!?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...