
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