Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Does someone know how to change the color of a non owner-draw button?
I don't believe it's possible. I think you have to make it owner draw to change it. I struggled with this problem myself, and ended up using statics and the WM_CTLCOLOR message and detecting WM_LBUTTONDOWN instead.