Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde!uunet!dino!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!s.cs.uiuc.edu!meyer From: meyer@s.cs.uiuc.edu Newsgroups: comp.windows.ms Subject: Re: using colors in windows Message-ID: <230600008@s.cs.uiuc.edu> Date: 5 Dec 89 17:31:56 GMT References: <32911@ucbvax.BERKELEY.EDU> Lines: 15 Nf-ID: #R:ucbvax.BERKELEY.EDU:32911:s.cs.uiuc.edu:230600008:000:637 Nf-From: s.cs.uiuc.edu!meyer Dec 4 11:35:00 1989 /* Written 2:04 am Dec 1, 1989 by kipnis@janus.Berkeley.EDU in s.cs.uiuc.edu:comp.windows.ms */ When setting any nonwhite background to window, it seems that the last line 'flickers' when I scroll the window, as if the area outside the window ... /* End of text from s.cs.uiuc.edu:comp.windows.ms */ If you are manually setting the backgound color during your screen redraws, then what is probably happening is that the window background was registered with a white brush when the Window Class was originally registered. Check this, changing it to a brush of the desired color should end your white flicker. Don dlmeyer@uiuc.edu