Insider1984
Technical User
For example:
AfxMessageBox("Do you like it?", MB_YESNO)
I'm reading in MFC docs and it talks about ID_YES and ID_NO but I'm not sure how to associate these with the message box and a if else statement.
This one is easy for a seasoned programmer but I simply never used it before.
Thanks again. =====================
Insider
4 year 'on the fly' programmer
C++ Basic Java
AfxMessageBox("Do you like it?", MB_YESNO)
I'm reading in MFC docs and it talks about ID_YES and ID_NO but I'm not sure how to associate these with the message box and a if else statement.
This one is easy for a seasoned programmer but I simply never used it before.
Thanks again. =====================
Insider
4 year 'on the fly' programmer
C++ Basic Java