Mar 26, 2002 #1 Xarris Programmer Mar 21, 2002 3 GR Hello I Create a CTreeView and É take its CTreeCtrl with &GetTreeCtrl() function. How can I modify this Tree View Control so that it has the "TVS_HASBUTTONS" style. Thanks
Hello I Create a CTreeView and É take its CTreeCtrl with &GetTreeCtrl() function. How can I modify this Tree View Control so that it has the "TVS_HASBUTTONS" style. Thanks
Mar 26, 2002 #2 Jeffray Programmer Jan 29, 2002 144 CA try this: GetTreeCtrl()->ModifyStyle( 0, TVS_HASLINES | TVS_HASBUTTONS ); Upvote 0 Downvote