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

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -