MFC Question:

How to update windows title bar dynamically?

MFC Interview Question
MFC Interview Question

Answer:

using SetWindowText()function we can change text of
specified window dynamically


Previous QuestionNext Question
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);What is CTargetObject?