A urgency question
-
Delete it or create your own tree control.
-
since you are using ctreectrl let me please ask one question do you know what is wrong in the following code? i mean.. i'm trying to sort the files by name, by type,by size, or by date (based on user choice). so i have to use SortChildrenCB() instead of SortChildren(). but the callback function is never got excuted. do u know why?
-
Delete it or create your own tree control.
since you know about ctreectrl let me please ask one question do you know what is wrong in the following code? i mean.. i'm trying to sort the files by name, by type,by size, or by date (based on user choice). so i have to use SortChildrenCB() instead of SortChildren(). but the callback function is never got excuted. do u know why?
-
ShowWindow( SW_HIDE ) should workk. Neville Franks, Author of ED for Windows. www.getsoft.com
-
ShowWindow( SW_HIDE ) should workk. Neville Franks, Author of ED for Windows. www.getsoft.com
-
jieg wrote: NO,i want invisible a one Item,no a whole Windows. You could overide the on item draw notification and draw something to indicate the item isn't available. Other than that I don't think this is possible. You either need to remove the item from the tree control or possibly write your own tree control. Neville Franks, Author of ED for Windows. www.getsoft.com