I have an MFC dialog based application, I have two forms and when I click a button on the first form I want to set the text of an edit box on the second form to a variable.
scoreDlg.DoModal();//second form
m_editScore.SetWindowText(score);//edit box on second form
Thanks for any help
oaquao
scoreDlg.DoModal();//second form
m_editScore.SetWindowText(score);//edit box on second form
Thanks for any help
oaquao