I'd like to use RoundRect to draw a filled round rectangle in WM_DRAWITEM for an owner-draw control. That all works fine but for some reason it sets the areas outside of the rounded corners to white (as if it cleared the square first then drew the round rectangle). I would like it to not touch that area, treating it as transparent. How is that done?
TIA!!
Since this is a button control, this seems to work (I tried to put in comments but couldn't format it).