Problems with the solution that you provided
Hi. Kanwardeep.I tried calling SetWindowText() from OnDraw(). It looked like SetWindowText("Test App"); I did not provide the handle to the main window. Will it recoginze that the title of the main window has to be changed or else should i provide some handle/object along with the SetWindowText(). The solution provided did not work. .Please clarify this doubt.
Thankyou.
Savitha.
Re: Problems with the solution that you provided
Hi, you can call GetDocument()->SetTitle() in your view's OnDraw() function.