C++/c++ message box
Expert: Prince M. Premnath - 2/17/2010
Questioni just started mfc application so started mfc dialog application so in that i added my new botton and its click function is added
MessageBox("my try");
but when i run it it doesnt run and on clicking nothing happens
AnswerHi Dear Sam ,
I Couldn't come up with a conclusion out of your question , but still you must ensure the return value of the message box , the return value must match with any of the matching condition that you have written ( ensure with the return value )
Please look at this simple programme .
http://www.codersource.net/mfc_afxmessagebox.html
Get back to me if the issue still persists
Thanks and Regards
Prince M. Premnath