Jump to content

Recommended Posts

Posted

i.e.:

$tree = GUICtrlCreateTreeView(.......
GUICtrlSetImage(-1,"shell32.dll",3,4); set an icon for the nonselected state in the tree
GUICtrlSetImage(-1,"shell32.dll",4,2); set an icon for the selected state in the tree

Also you could also define later seperate icons for the items with:

$item = GUICtrlCreateTreeViewItem(......
GUICtrlSetImage(-1,filename,iconID)

So long...

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
×
×
  • Create New...