随笔分类 - MFC
摘要:1 //增加按钮 2 void CMFCApplication8Dlg::OnBnClickedButtonAdd() 3 { 4 //树中添加节点 5 CString strText; 6 GetDlgItemText(IDC_EDIT1, strText); 7 if (strText.GetLength() == 0) { 8 ...
阅读全文
摘要:初始化滚动条 滚动条事件
阅读全文
摘要:1 //添加按钮点击事件 2 void CMFCApplication4Dlg::OnBnClickedButton1() 3 { 4 CString strText; 5 //获取文本框的值 6 GetDlgItemText(IDC_EDIT1, strText); 7 //添加到组合框中 8 m_cmb_demo.AddString(...
阅读全文
摘要:设置默认选中一个单选按钮,OnInitDialog()函数中添加: 按钮事件处理
阅读全文
摘要:方法一: 方法二: 方法三: 方法四: 方法五: 方法六: 方法七:
阅读全文

浙公网安备 33010602011771号