galpha 1 Posted September 11, 2007 (edited) Hi,I would like to know how I could build an array of the items that are checked only on the 1st level of my tree(not the branches). Also the tree is build from elements already in an array if that matters.E.g.(screenshot)Also when array is built, is there a way to caclulate how many times each strings occur in this array ? Edited September 11, 2007 by galpha Share this post Link to post Share on other sites
galpha 1 Posted September 11, 2007 Found the function _TreeView_GetChecked($hWnd, $hNode) $hWnd Handle to the control $hNode Handle to the node I'm not really sure on how to get the handle of a tree and how to get the handle of a node? Share this post Link to post Share on other sites