设置状态栏文字

CStatusBar*   pStatus=(CStatusBar*)   
AfxGetApp()->m_pMainWnd->GetDescendantWindow(AFX_IDW_STATUS_BAR);
pStatus->SetPaneText(0,"test string");
pStatus->SetPaneText(1,"不会要");   
pStatus->SetPaneText(2,"你不好");   


原文地址:https://www.cnblogs.com/chenzuoyou/p/3446009.html