How to change on runtime the caption of a C++ dialog app main window 
Author Message
 How to change on runtime the caption of a C++ dialog app main window

How to change on runtime the caption of the main window (contents of the
title bar)
of C++ dialog application?

Thanks and regards!
Jrgen



Sun, 13 Jan 2002 03:00:00 GMT  
 How to change on runtime the caption of a C++ dialog app main window
Use the SetWindowText member function of CWnd (CDialog derives from this)

Vincent Minden


Quote:
> How to change on runtime the caption of the main window (contents of the
> title bar)
> of C++ dialog application?

> Thanks and regards!
> J?gen



Sun, 13 Jan 2002 03:00:00 GMT  
 How to change on runtime the caption of a C++ dialog app main window
Use the SetWindowText API or, if you're using MFC, member function of CWnd.

HTH

: How to change on runtime the caption of the main window (contents of the
: title bar)
: of C++ dialog application?
:
: Thanks and regards!
: Jrgen
:
:

--
--
/*  Andrew  */
WWW: http://www.halcyon.com/ast        



Mon, 14 Jan 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How to change on runtime the caption of a C++ dialog app main window

2. Changing a Dialog's CAPTION during runtime

3. Changing the Caption of a Modal Dialog at Runtime

4. Dynamically changing main window title bar for an MDI app

5. dialog based mfc app that starts without showing the main window

6. Property Sheet Dialog as main app window

7. Changing Caption of CPropertyPage at runtime?

8. Change popup menu captions at runtime (ModifyMenu)

9. Change caption of childwindow runtime ?

10. Changing Floating Toolbar Caption Runtime...

11. How to change the caption of a MDI frame at runtime

12. main dialog window is blocked by second dialog window

 

 
Powered by phpBB® Forum Software