|
-
July 28th, 1999, 09:44 PM
#1
New at programming
Here is my code.
void CTestDlg::OnOK()
{
CString szEdit;
m_editTest.GetWindowText(szEdit);
AfxMessageBox(szEdit);
// TODO: Add extra validation here
CDialog::OnOK();
}
Can someone please tell me how to make this output go to a new window or to the window I already have open instead of a AfxMessageBox.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|