Click to See Complete Forum and Search --> : How modified the SDI Caption?


tsaifue
April 7th, 1999, 10:29 PM
I have use the VC++ Wizard create one application
and I modified the ADX_IDS_APP_TITLE then I rebuild my application and when I execute that I can't not see my modified caption.
How do I do?

April 7th, 1999, 10:37 PM
use this in the application.cpp file

AfxGetApp()->m_pMainWnd->SetWindowText("Your Caption");