I know you might be busy but please take a look at this example in :
http://rapidshare.com/files/37902951/MATHOUTPUT.rar
It's not my main project I only created a simple example to learn the way math result can be shown in edit box.
Thank you...
User Profile
Collapse
-
Thank you so much Savage
Would you please tell me about the showing in editbox too.I check "Want return" in style tab but should I add a function like EN_CHANGE OR EN_UPDATE?
Thank you again...Leave a comment:
-
Hi:
Of course I think showing the result in editbox will be more suitable but would you please tell me about both (showing in messagebox or editbox)
Thank you...Leave a comment:
-
Math Output in DialogBased Program With MSVC++
Hi friends:
I know this question might seem very simple but I need it urgently for my homework.
"Imagine I want to write a dialogbased program.It takes two integers (m_a and m_b) from user and shows the sum of them as result.It contains three edit boxes and a button control to exe the sum process.I use the following command:
void CMATHDlg::OnSum ()
{
m_sum=m_a+m_b;
MessageBox(m_su m);...
No activity results to display
Show More
Leave a comment: