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