I was planning on creating a custom TrackBar class that implements from TrackBar. I want it to look/feel EXACTLY the same, other than a display on the value just to the side of the track itself.
I've been seeing that you can either let the OS draw the control, or allow the user draw it, but then the user must draw EVERYTHING. Is there a way for me to allow the OS draw the control, and then let me draw the value?
EDIT: The key I want to emphasize is, I want to only add the drawing the value, rather than drawing the whole thing myself.