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#
  4. calculator

calculator

Scheduled Pinned Locked Moved C#
question
5 Posts 5 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    i need to call windows calcualtor from my application how?

    md_refay

    G G M 3 Replies Last reply
    0
    • L Lost User

      i need to call windows calcualtor from my application how?

      md_refay

      G Offline
      G Offline
      Giorgi Dalakishvili
      wrote on last edited by
      #2

      Have a look at Process class

      my articles

      1 Reply Last reply
      0
      • L Lost User

        i need to call windows calcualtor from my application how?

        md_refay

        G Offline
        G Offline
        Gopal S
        wrote on last edited by
        #3

        Hi, Here is the code snippet: System.Diagnostics.Process p = new System.Diagnostics.Process(); System.Diagnostics.ProcessStartInfo sinfo = new System.Diagnostics.ProcessStartInfo(); sinfo.FileName = @"C:\WINDOWS\system32\calc.exe"; p.StartInfo = sinfo; p.Start(); Thanks,

        Gopal.S

        1 Reply Last reply
        0
        • L Lost User

          i need to call windows calcualtor from my application how?

          md_refay

          M Offline
          M Offline
          Muammar
          wrote on last edited by
          #4

          System.Diagnostics.Process.Start(@"CALC.EXE");


          Smile: A curve that can set a lot of things straight! (\ /) (O.o) (><)

          S 1 Reply Last reply
          0
          • M Muammar

            System.Diagnostics.Process.Start(@"CALC.EXE");


            Smile: A curve that can set a lot of things straight! (\ /) (O.o) (><)

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

            i try this, great!

            roger wong msn:wenmianbj@hotmail.com

            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