i am very new to vc++.
how do i print the string entered in the edit box into the message box?i am using
MessageBox("id:","title",MB_OK);
Printable View
i am very new to vc++.
how do i print the string entered in the edit box into the message box?i am using
MessageBox("id:","title",MB_OK);
1. What type of MessageBox are you going to use? Is it a Win32 API ::MessageBox? Or the CWnd::MessageBox?
And if you are using MFC than why not use the AfxMessageBox?
2. What exactly is your problem? Reading some text from a edit box or putting it into the MessageBox call?
3. There is a lot of examples how to use MessageBox/AfxMessageBox in c++ code: https://www.google.de/search?newwind....0.b3xeIZmR7oc