Browse Dlg Box Help!!!!
-
hello friends, i just wanted to know How can i show The treectrl of a BrowseDlgBox with checkBox. I mean i wanted to show the CheckBox in the treectrl that is shown in an Browse Dlgbox. I am using the DlgBox for Folder selection every subfolder i.e when ever we see a + sign there should also be a check box and if this check box is selected then the internal folders will be automatically selectde... If anyone can help !!!!! I am working in MFC Thanx TAKE CARE
-
hello friends, i just wanted to know How can i show The treectrl of a BrowseDlgBox with checkBox. I mean i wanted to show the CheckBox in the treectrl that is shown in an Browse Dlgbox. I am using the DlgBox for Folder selection every subfolder i.e when ever we see a + sign there should also be a check box and if this check box is selected then the internal folders will be automatically selectde... If anyone can help !!!!! I am working in MFC Thanx TAKE CARE
Hi try this solution Open Tree Control Properties->More Styles->And check boxes. Make sure this property is set, and u will get check boxes on u r tree control. To Mark check/uncheck child CheckBox , on can write handler for OnClickTree... All the Best --KK
-
Hi try this solution Open Tree Control Properties->More Styles->And check boxes. Make sure this property is set, and u will get check boxes on u r tree control. To Mark check/uncheck child CheckBox , on can write handler for OnClickTree... All the Best --KK
Yes my dear friend u r right but We cant see the Tree ctrl in a BrowseDlg box how acn we change the properties of TreeCtrl cause The Browse dialogBox is a commonDlg control and not the one which we have designed by myself Thanx TAKE CARE