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

Quote:

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

>Thanks and regards!
>Jrgen

Look up the function:

SetWindowText()

This is used for main windows, edit boxes, static controls, just about
everything.

Jim M



Sun, 13 Jan 2002 03:00:00 GMT  
 
 [ 2 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