Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How can add Calculator?

How can add Calculator?

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++tutorial
12 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S SandipG

    Does this help http://www.codeproject.com/KB/miscctrl/mfccalcctrl.aspx[^]

    Regards, Sandip.

    L Offline
    L Offline
    Le rner
    wrote on last edited by
    #3

    thanks, But i have already check it.here the caluculator is not working properly in some cases. like 1.CE 500,M+ ,CE 800,-,MR,=?? 2.Enterany value than press = . 3.always show output in float. 4.first time when u enter any value.

    IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

    S S 2 Replies Last reply
    0
    • L Le rner

      thanks, But i have already check it.here the caluculator is not working properly in some cases. like 1.CE 500,M+ ,CE 800,-,MR,=?? 2.Enterany value than press = . 3.always show output in float. 4.first time when u enter any value.

      IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

      S Offline
      S Offline
      sudhir_Kumar
      wrote on last edited by
      #4

      What are the problems you are facing?

      -@SuDhIrKuMaR@-

      1 Reply Last reply
      0
      • L Le rner

        thanks, But i have already check it.here the caluculator is not working properly in some cases. like 1.CE 500,M+ ,CE 800,-,MR,=?? 2.Enterany value than press = . 3.always show output in float. 4.first time when u enter any value.

        IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

        S Offline
        S Offline
        SandipG
        wrote on last edited by
        #5

        "_$h@nky_" wrote:

        ere the caluculator is not working properly in some cases. like 1.CE 500,M+ ,CE 800,-,MR,=?? 2.Enterany value than press = . 3.always show output in float. 4.first time when u enter any value.

        why not fix the issues and use the same instead of finding other app.

        Regards, Sandip.

        L 1 Reply Last reply
        0
        • S SandipG

          "_$h@nky_" wrote:

          ere the caluculator is not working properly in some cases. like 1.CE 500,M+ ,CE 800,-,MR,=?? 2.Enterany value than press = . 3.always show output in float. 4.first time when u enter any value.

          why not fix the issues and use the same instead of finding other app.

          Regards, Sandip.

          L Offline
          L Offline
          Le rner
          wrote on last edited by
          #6

          i m trying but i m not aable to fix those problem tahts why i want to add any other app. if you can help me for fix those problems i m very thankful to you. please help me.

          IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

          1 Reply Last reply
          0
          • L Le rner

            Hi all, Please anyone can tell me how can i add Calculator in VC++2005. if possible please explain with example. every advice is appriciated. Thanks in advance.

            IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

            T Offline
            T Offline
            toxcct
            wrote on last edited by
            #7

            what about this[^] ?

            [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

            L 1 Reply Last reply
            0
            • T toxcct

              what about this[^] ?

              [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

              L Offline
              L Offline
              Le rner
              wrote on last edited by
              #8

              this is application where calculation is done not show calculator. I want to use calculator in geneal, not to use for calculate tru button. i mean i want to show calculator.

              IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

              T 1 Reply Last reply
              0
              • L Le rner

                this is application where calculation is done not show calculator. I want to use calculator in geneal, not to use for calculate tru button. i mean i want to show calculator.

                IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

                T Offline
                T Offline
                toxcct
                wrote on last edited by
                #9

                It is very difficult to understand all that you say. BTW, what "calculator" do you want to show ? an ActiveX control ? of the windows Calculator ? or another one ?

                [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                L 1 Reply Last reply
                0
                • T toxcct

                  It is very difficult to understand all that you say. BTW, what "calculator" do you want to show ? an ActiveX control ? of the windows Calculator ? or another one ?

                  [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                  L Offline
                  L Offline
                  Le rner
                  wrote on last edited by
                  #10

                  a simple caculator like available in windows.

                  IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

                  T 1 Reply Last reply
                  0
                  • L Le rner

                    a simple caculator like available in windows.

                    IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

                    T Offline
                    T Offline
                    toxcct
                    wrote on last edited by
                    #11

                    ::ShellExecute(null, _T("open"), _T("calc.exe"), null, null, SW_SHOW);

                    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                    L 1 Reply Last reply
                    0
                    • T toxcct

                      ::ShellExecute(null, _T("open"), _T("calc.exe"), null, null, SW_SHOW);

                      [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                      L Offline
                      L Offline
                      Le rner
                      wrote on last edited by
                      #12

                      Thanks.

                      IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups