2012年1月22日 星期日

MFC: Status Bar


                CStatusBar statusbar;

static UINT indicators[] =
{
ID_SEPARATOR,
IDS_UserDefStr1,
IDS_UserDefStr2
};

statusbar.Create(this);
statusbar.SetIndicators(indicators, sizeof(indicators)/sizeof(UINT));

沒有留言:

熱門文章