home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!math.fu-berlin.de!unidus.rz.uni-duesseldorf.de!pc.urzug.uni-duesseldorf.de!std_u22c
- From: std_u22c@uni-duesseldorf.de (verehrte(r) Benutzer(in))
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: toolbar and mdi-window, turbo-pascal/ win
- Date: Mon, 4 Jan 1993 15:37:58 GMT
- Organization: Universitaetsrechenzentrum, Heinrich-Heine-Universitaet Duesseldorf
- Lines: 10
- Message-ID: <std_u22c.1.726161878@uni-duesseldorf.de>
- NNTP-Posting-Host: 134.99.8.52
-
- It's just simple - create a window whose Parent isn't the mdi child-window
- but the mdi frame-window. This gives you the ability to chose every
- window-style (even without WS_SIZE) and to control every mouse-click etc.
- You also should add the WS_TOPMOST style which prevents the window from
- being hidden behind the mdi child-windows.
- If you dont feel equal to do this, create an owned window which belongs to
- the mdi frame-window.
-
- Olli
-
-