2009年7月27日
摘要: 示例如下:1.DDX_TEXT:.h文件声明:CStringm_flashplayerversion;.cpp调用: DDX_Text(pDX,IDC_STATIC_FlashPlayerVersion,m_flashplayerversion);2.SetWindowText实现:GetDlgItem(IDC_STATIC_FlashPlayerVersion)->SetWindowText(_T("xxxxx")); 阅读全文
posted @ 2009-07-27 18:33 苏格拉西 阅读(4378) 评论(0) 推荐(0)