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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!cs.utexas.edu!tamsun.tamu.edu!jianqing
  2. From: jianqing@cs.tamu.edu (Dennis Li)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Help! Topmost child window
  5. Date: 9 Jan 1993 22:12:15 GMT
  6. Organization: Computer Science Department, Texas A&M University
  7. Lines: 10
  8. Distribution: world
  9. Message-ID: <1inijvINNrnr@tamsun.tamu.edu>
  10. NNTP-Posting-Host: sparc57.cs.tamu.edu
  11.  
  12. Hi there,
  13.  
  14. In my application, the main window has several child wins. Is there a easy
  15. way to make a certain child window topmost? I tried  WM_EX_TOPMOST style, but
  16. it can still be overlapped by other child windows. Right now, I have to use
  17. BringWindowToTop() each time other child window sized or created.
  18.  
  19. Thanks a lot.
  20.  
  21. Dennis
  22.