Tech Support > Microsoft Windows > Development Resources > how to create two windows of different colour
how to create two windows of different colour
Posted by ritul on April 5th, 2008


How to create two windows if different colour


Posted by Christian ASTOR on April 5th, 2008


ritul wrote:
Just create another window class with a different hbrBackground
or subclass the 2nd window of same class than the 1st one and handle
WM_ERASEBKGND.


Similar Posts