Hi everybody, i here, with other problem... I found this script: #include <GUIConstantsEx.au3> #include <TreeViewConstants.au3> #include <WindowsConstants.au3> #Include <GuiTreeView.au3> #Include <File.au3> $gui = GUICreate("File Browser", 362, 378, -1, -1) $tree = GUICtrlCreateTreeView(0, 0, 361, 377) GUICtrlSetFont(-1,10) GUICtrlSetColor($tree, 0x00FF00) GUICtrlSetBkColor($tree,0x000000) $hImage = _GUIImageList_Create(16, 16, 5, 2) _GUIImageList_AddIcon($hI