SetWindowRgn and owner drawn buttons
The setting of the region works fine, in that the button only responds to a click inside the set region. However I thought that windows would only draw the parts of the button within the defined window region. However the whole button is being drawn!
What else do I need to do to the button in order that only the areas in the set region are displayed.

