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