home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / misc / 4459 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!noc.near.net!gateway!miki!boba
  3. From: boba@miki.pictel.com (Bob Alexander)
  4. Subject: Re: Help:Resource Workshop style toolbox
  5. Message-ID: <1992Dec23.174205.3464@miki.pictel.com>
  6. Organization: PictureTel Corporation
  7. References: <1h8utvINNkqg@tamsun.tamu.edu>
  8. Date: Wed, 23 Dec 1992 17:42:05 GMT
  9. Lines: 18
  10.  
  11. >1. I am trying to implement a toolbox like the ones in Borland Resource
  12. >   Workshop, which move along with the drawing window, and never go out of the
  13. >   MDI frame.  What window style should I use? Are they child windows of the
  14. >   drawing window or the MDI frame? And what message should I intercept? I am
  15. >   using Borland C++ 3.1 & OWL. 
  16.  
  17. A good way to find out parent-child relationships is to use Borland's
  18. WinSight (or Microsoft's Spy) to examine the toolbox window.  (I've
  19. discovered all sorts of interesting stuff by using WinSight on
  20. commercial applications.)
  21.  
  22.      Bob Alexander                                     boba@pictel.com
  23.      -----------------------------------------------------------------
  24.      Organizations don't have opinions; people do.  The above opinions
  25.      do not reflect those of the directors, stockholders, managers, or
  26.      other employees of PictureTel.
  27.  
  28.  
  29.