On my Win98Se (major 4, minor 10). COLOR_BTNFACE+1 and COLOR_WINDOW look to work well. I have a grey background.
Laurent > I will change this in the next commit. > > Steve > > > So then it really needs to read: > > > > if ( $major == 5 && $minor > 0 || $major > 5 ) > > > > since Win2k is 5.0 and WinXP is 5.1 and who knows whether the next > > incompatible upgrade to Windows will be called 5.2 or 6.0 or 8.3 ... > >