chipDE 1 Posted August 1, 2010 Hi, first an example: $maintree = GUICtrlCreateTreeView(32, 48, 217, 361, BitOR($TVS_HASBUTTONS, $TVS_HASLINES, $TVS_LINESATROOT, $TVS_DISABLEDRAGDROP, $TVS_SHOWSELALWAYS, $TVS_CHECKBOXES, $WS_GROUP, $WS_TABSTOP)) $point = GUICtrlCreateTreeViewItem("first point",$maintree) $belowpoint = GUICtrlCreateTreeViewItem("below point",$point) In this example a checkbox are at "first point" and at "below point. Now i only want a checkbox at the "below point" not at the "first point". Share this post Link to post Share on other sites
picaxe 2 Posted August 1, 2010 See this post by Holger Share this post Link to post Share on other sites
chipDE 1 Posted August 1, 2010 Don't work only errors: ERROR: $TVIF_STATE previously declared as a 'Const' Global Const $TVIF_STATE = 0x0008 RROR: $TVIS_STATEIMAGEMASK previously declared as a 'Const' Global Const $TVIS_STATEIMAGEMASK = 0xF000 $TV_FIRST previously declared as a 'Const' Global Const $TV_FIRST = 0x1100 Share this post Link to post Share on other sites