How to change menu caption?
-
Hi, I need to change menu caption while the app is running. Please help me. Thanks
Papais
Use ModifyMenu, refer this thread[^].
Prasad Notifier using ATL | Operator new[],delete[][^]
-
Use ModifyMenu, refer this thread[^].
Prasad Notifier using ATL | Operator new[],delete[][^]
if your application is a simple SDI or MDI, Add this statement,where ever you want to change the menu title.
::SetWindowText(this->m_pMainWnd->m_hWnd,"TestCaption");
Appu.. "My blood group is not B+.But I have it my blood"
-
if your application is a simple SDI or MDI, Add this statement,where ever you want to change the menu title.
::SetWindowText(this->m_pMainWnd->m_hWnd,"TestCaption");
Appu.. "My blood group is not B+.But I have it my blood"
Of course not prasad_som he doesnt need ;)
WhiteSky