Code check over there many times, if: 1000 there to "1000" is displayed int and const chat * operation is not compatible, so changed to '1000', didn't feel wrong, is a basic problem I cannot solve, please everyone a great god for help
CodePudding user response:
ID IDC_EDIT1 is edit box, not enter the content of theCstrings szInput;
GetDlgItemText (IDC_EDIT1 szInput);
If (szInput==_T (" 1000 "))
{
}
CodePudding user response:
ID IDC_EDIT1 is edit control that is a constant.Should use the wizard to add a variable, for it (int), called m_Edit1,
You can now: if (m_Edit1==1000)
CodePudding user response:
Thank you all for the great god, I knowCodePudding user response:
The most important thing is "Updatadate (TRUE)" should be on the While (1),