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