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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -