I have an app that is connected to a remote server and polling data when needed. It has a TreeView where the Nodes represent the objects that are available and the color of the text indicate whether t
I\'m subclassing a WTL combobox and I\'m owner-drawing the items of the combobox. The control has the attributes CBS_DROPDOWNLIST | CBS_HASSTRINGS | CBS_OWNERDRAWVARIABLE and I\'m using the mix-in cla
I\'m trying to make a trackbar with a custom graphic for the slider thumb. I have started out with the following code: