home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 6960 < prev    next >
Encoding:
Internet Message Format  |  1992-12-12  |  1.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!usc!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!chalmers.se!news.chalmers.se!dtek.chalmers.se!d9mikael
  2. From: d9mikael@dtek.chalmers.se (Mikael Wahlgren)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: New programmer requesting assistance
  5. Message-ID: <d9mikael.724155711@dtek.chalmers.se>
  6. Date: 12 Dec 92 10:21:51 GMT
  7. References: <1992Dec10.10632.17818@ms.uky.edu> <1gb1jeINNf76@hpscit.sc.hp.com>
  8. Sender: news@news.chalmers.se
  9. Organization: Chalmers University of Technology, Gothenburg Sweden
  10. Lines: 14
  11. Nntp-Posting-Host: hacke6.dtek.chalmers.se
  12.  
  13. kitchin@lf.hp.com (Bruce Kitchin) writes:
  14.  
  15. >Basically
  16. >unless you do something strange, the standard behavior of windows such as
  17. >moving them and sizing them and redrawing them is handled by PM.  You
  18. >have options to override them but people usually only do this to support
  19. >something rather different.
  20.  
  21. This is almost true, but reg. REDRAWING them, of course you will have to
  22. supply the draw function (i.e. respond to the WM_PAINT message).  PM takes
  23. care of the decision to what windows to redraw, but the application must
  24. do it itself.
  25.  
  26. Mikael Wahlgren
  27.