Click to See Complete Forum and Search --> : textbar rename


August 29th, 1999, 10:15 PM
how can I rename a program once it is bilt and see the new name in the main window of the program?

Ralphi
August 30th, 1999, 04:34 AM
to change the main window title at runtime you
can use this function :

(AfxGetMainWnd())->SetWindowText(" ");

ralphi