Guest_imported
New member
- Jan 1, 1970
- 0
lets say i put in the code:
CButton button;
button.GetDlgItem (IDC_BUTTON1);
i put in this code so that I can make a control for a button...But how come when I do this, as soon as the program reaches this part of the code, i get a CLOSE and IGNORE error....why is that??
CButton button;
button.GetDlgItem (IDC_BUTTON1);
i put in this code so that I can make a control for a button...But how come when I do this, as soon as the program reaches this part of the code, i get a CLOSE and IGNORE error....why is that??