home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4934 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!psuvax1!rutgers!cmcl2!panix!os2man
  2. From: os2man@panix.com (Larry Salomon Jr.)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: Icons in the title bar (a la EPM in ring enabled mode)
  5. Message-ID: <1992Sep14.025411.14249@panix.com>
  6. Date: 14 Sep 92 02:54:11 GMT
  7. References: <1992Sep10.192335.36146@watson.ibm.com>
  8. Distribution: comp.os.os2.programmer
  9. Organization: PANIX Public Access Unix, NYC
  10. Lines: 14
  11.  
  12. Here's a nasty thing to watch out for (which I discovered when doing
  13. the same thing you desire, but no longer have the source for):
  14.  
  15. If you goof up, your new frame controls will get destroyed and you WON'T
  16. receive a WM_DESTROY message.  This is a really nasty problem if you subclass
  17. the frame, because your subclass proc will still receive messages although
  18. your controls no longer exist.
  19.  
  20. Cheers,
  21. Q
  22. -- 
  23. "If you choose not to decide, you  | "A fool and his money are fun to go
  24.  still have made a choice" - Rush  |  out with" - seen on a T-shirt
  25. ------------------------------------------------------------------------
  26.