How do I set the background color of a IStatic control?
Changing the background color of an IStatic does not work as expected in all of the current SDK versions. When IDISPLAY_SetColor (display, CLR_USER_BACKGROUND, rgbValue) is used to set the background color of a ISTATIC control, the following behavior is seen: 1) When the ISTATIC control is in the Manual Scroll mode (for 1.1 and 2.0 only): The background color is not set. 2) When the ISTATIC control is in the Auto Scroll mode (for all versions): The background color is set with the first auto scrolling movement. This will be fixed in an upcoming version of BREW.