home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / programm / misc / 5307 < prev    next >
Encoding:
Text File  |  1993-01-24  |  690 b   |  24 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!mcsun!sun4nl!star.cs.vu.nl!martijn
  3. From: martijn@cs.vu.nl (Lemmens ML)
  4. Subject: Changing from "no caption" to "caption" style
  5. Message-ID: <C1BpIx.HsK@cs.vu.nl>
  6. Sender: news@cs.vu.nl
  7. Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
  8. Date: Sat, 23 Jan 1993 20:13:44 GMT
  9. Lines: 13
  10.  
  11.  
  12. I'm using BP 7.0 for Windows to create a childwindow without a
  13. caption. With this I mean:
  14.  
  15.     Attr.Style = ws_ChildWindow and not(ws_Caption);
  16.  
  17. When some event takes place, I want do add a caption to the window and
  18. display a title using SetCapture(...).
  19.  
  20. Is this possible? without destroing the window and creating a new one?
  21.  
  22. Martijn
  23.  
  24.