home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4571 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  915 b 

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