warning to make a choice for editBox
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
I can use if(ndx=m_comboBox.GetCurSel()==LB_ERR) { MessageBox("please,choose one of them !"); return; } for comboBox. How can I warn when I use editBox? emroz
-
I can use if(ndx=m_comboBox.GetCurSel()==LB_ERR) { MessageBox("please,choose one of them !"); return; } for comboBox. How can I warn when I use editBox? emroz
-
I can use if(ndx=m_comboBox.GetCurSel()==LB_ERR) { MessageBox("please,choose one of them !"); return; } for comboBox. How can I warn when I use editBox? emroz
-
I can use if(ndx=m_comboBox.GetCurSel()==LB_ERR) { MessageBox("please,choose one of them !"); return; } for comboBox. How can I warn when I use editBox? emroz
if (m_edit.GetWindowTextLength() == 0)
MesssageBox("Please enter some text!", ...);