tab characters in CTreeView
-
I have created a class derived from CTreeView to display some pieces of information about files. Among these pieces of information, I want to display code lines, and unfortunately tab characters ('\t') are replaced by invalid characters whereas I'd like them to be replaced by a fixed number of white spaces. What should I do to modify my class and to display tab characters as a fixed number of spaces ? Thanks.
-
I have created a class derived from CTreeView to display some pieces of information about files. Among these pieces of information, I want to display code lines, and unfortunately tab characters ('\t') are replaced by invalid characters whereas I'd like them to be replaced by a fixed number of white spaces. What should I do to modify my class and to display tab characters as a fixed number of spaces ? Thanks.