Mar 26, 2002 #1 Xarris Programmer Joined Mar 21, 2002 Messages 3 Location 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 Joined Jan 29, 2002 Messages 144 Location CA try this: GetTreeCtrl()->ModifyStyle( 0, TVS_HASLINES | TVS_HASBUTTONS ); Upvote 0 Downvote