示例如下:
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"));

相关文章: