SDI MFC APP -- Change title
-
Hi, I have created MFC SDI application. I see the title as "Untitled App" after execution. How to change it to the desired one? I don't see any caption in the form's properties. I have changed the caption in AboutDialog, but that doesn't help to change to caption of the application. Thank you. Harsha
-
Hi, I have created MFC SDI application. I see the title as "Untitled App" after execution. How to change it to the desired one? I don't see any caption in the form's properties. I have changed the caption in AboutDialog, but that doesn't help to change to caption of the application. Thank you. Harsha
-
Hi, I have created MFC SDI application. I see the title as "Untitled App" after execution. How to change it to the desired one? I don't see any caption in the form's properties. I have changed the caption in AboutDialog, but that doesn't help to change to caption of the application. Thank you. Harsha
Note that removing the
FWS_ADDTOTITLE
style (do in in pre-creation of theCMainFrm
window) will only prevent the "untitled" part from appearing - it prevents the document name from going into the title bar. There is a string in the string table that is used to create the static portion of the caption used in the title bar. Try changing that string to the desired text. Peace! -=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites (Please rate this post!)