16,551
社区成员
发帖
与我相关
我的任务
分享void CMainFrame::OnUpdateFrameTitle(BOOL bAddToTitle)
{
// TODO: Add your specialized code here and/or call the base class
//CMDIFrameWndEx::OnUpdateFrameTitle(bAddToTitle);
SetWindowText(_T("Hello,World!"));
}