控件使用
1: IDC_MyLable控件添中內容
const char* str = "ss" ;
this->SetDlgItemTextW(IDC_MyLable, (LPCTSTR)str);
const char* str = "ss" ;
this->SetDlgItemTextW(IDC_MyLable, (LPCTSTR)str);
posted on 2010-05-28 14:59 henry08 閱讀(235) 評論(0) 編輯 收藏 引用 所屬分類: MFC