MFC application title -
I am applying a simple watch using MFC. My app title looks like this: "Clock - [CLOCK1]". How do I reset it to just "clock"? FYI, I have enabled document-visual architecture.
Place this override in MFC heading: < / P>
Zero CMainFrame :: Onupdate Frames (BOOL bAddToTitle) {Set Windotext (L "Clock"); }
Comments
Post a Comment