visual studio 2008 - MFC CTabCtrl how to add a close button for a tab -
i'm using ctabctrl in mfc dialog based application. problem i'm having i'm adding tabs in runtime , can't add close button tabs close. how can achieve this? can't achieve using ctabctrl?. there other way done??..
thanks.
if use cmfctabctrl instead, call cmfctabctrl::enableactivetabclosebutton method, add close button active tab.
Comments
Post a Comment