MFC Question:
Download Questions PDF

How to update windows title bar dynamically?

Answer:

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

Download MFC Interview Questions And Answers PDF

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?