home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!mcsun!sun4nl!star.cs.vu.nl!martijn
- From: martijn@cs.vu.nl (Lemmens ML)
- Subject: Changing from "no caption" to "caption" style
- Message-ID: <C1BpIx.HsK@cs.vu.nl>
- Sender: news@cs.vu.nl
- Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
- Date: Sat, 23 Jan 1993 20:13:44 GMT
- Lines: 13
-
-
- I'm using BP 7.0 for Windows to create a childwindow without a
- caption. With this I mean:
-
- Attr.Style = ws_ChildWindow and not(ws_Caption);
-
- When some event takes place, I want do add a caption to the window and
- display a title using SetCapture(...).
-
- Is this possible? without destroing the window and creating a new one?
-
- Martijn
-
-