Hello everyone!
I would like to start by saying thanks to everyone who takes some time to view this thread and try to help.
I have made a tree view control in dialog box, using resource editor.
I have set the checkbox style with SetWindowLongPtr( ... ) function.
Every node has checkbox, yet I need only some to have checkbox, and some to have nothing standing next to their text.
Can this be achieved by subclassing, and if it can, please give me some pointers or links, possibly sample code or tutorials.
If it can't be done by subclassing, then please point me to the right direction on how to do it ( maybe custom draw or perhaps superclassing ? ).
I work in MS Visual Studio Express 2008, on Windows XP, in C++, using pure WIN32 API.
Thank you very very much!