home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / misc / 1452 < prev    next >
Encoding:
Text File  |  1992-08-22  |  1.1 KB  |  25 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!gumby!destroyer!gatech!taco!dspascha
  3. From: dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL)
  4. Subject: Re: invalid window
  5. Message-ID: <1992Aug22.191315.24017@ncsu.edu>
  6. Originator: dspascha@c00083-100lez.eos.ncsu.edu
  7. Lines: 11
  8. Sender: news@ncsu.edu (USENET News System)
  9. Reply-To: dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL)
  10. Organization: North Carolina State University, Project Eos
  11. References:  <1992Aug22.124923.329@wuecl.wustl.edu>
  12. Date: Sat, 22 Aug 1992 19:13:15 GMT
  13.  
  14.  
  15. Hi.  Whenever a window covers up some or all of you application's window and
  16. is then removed (presumably to re-expose your window), Windows "invalidates"
  17. the overwritten portion of your window and sends your application a WM_PAINT
  18. (that should be WM<underscore>PAINT -- for some reason my underscore isn't
  19. working) message telling you what part of the window has been destroyed and
  20. that you need to "repaint" it.  Sounds like you're either not responding to
  21. this message, or for some reason it's just not getting to your message handler.
  22.  
  23. Tschuess,
  24. David Paschal
  25.