how can I rename a program once it is bilt and see the new name in the main window of the program?
Printable View
how can I rename a program once it is bilt and see the new name in the main window of the program?
to change the main window title at runtime you
can use this function :
(AfxGetMainWnd())->SetWindowText(" ");
ralphi