示例如下:
1.DDX_TEXT:
.h文件声明:CString m_flashplayerversion;

.cpp调用:           DDX_Text(pDX,IDC_STATIC_FlashPlayerVersion,m_flashplayerversion);


2.SetWindowText实现:

GetDlgItem(IDC_STATIC_FlashPlayerVersion)->SetWindowText(_T("xxxxx"));
 posted on 2009-07-27 18:33  苏格拉西  阅读(4337)  评论(0编辑  收藏  举报