CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    how to calculate expression statement in edit control?

    hi.

    i input expression statement into edit control, and how can i calculate it. would you like to help me
    to find out the most effective method?

    thank you so much.

    d_boy
    1999.04.29


  2. #2
    Guest

    Re: how to calculate expression statement in edit control?

    Just having edit control does not help . Edit control is just the medium to take in the values .
    Now whatever expresion that has been inputed U will have to parse it & after that U can do whatever
    calculations u want to do .


  3. #3
    Join Date
    May 1999
    Posts
    123

    Re: how to calculate expression statement in edit control?

    There's some code for parsing and evaluating an expression here on CodeGuru. IIRC, it's in the miscellaneous (SP?) section, but that could be wrong as it's been a while since I looked.


    The universe is a figment of its own imagination.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured