User Profile

Collapse

Profile Sidebar

Collapse
cyrus
cyrus
Last Activity: Jun 22 '07, 04:04 PM
Joined: Jun 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cyrus
    replied to Math Output in DialogBased Program With MSVC++
    in C
    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...
    See more | Go to post

    Leave a comment:


  • cyrus
    replied to Math Output in DialogBased Program With MSVC++
    in C
    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...
    See more | Go to post

    Leave a comment:


  • cyrus
    replied to Math Output in DialogBased Program With MSVC++
    in C
    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...
    See more | Go to post

    Leave a comment:


  • cyrus
    started a topic Math Output in DialogBased Program With MSVC++
    in C

    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);...
    See more | Go to post
No activity results to display
Show More
Working...