I am writing a simple visual c++ app and when a certain condition occurs I want to change the background color for the whole window to red. I've tried using the setbkcolor() call passing:<BR>HDC hdc = ...