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. starting other apps?

starting other apps?

Scheduled Pinned Locked Moved C#
tutorialquestion
4 Posts 3 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.
  • P Offline
    P Offline
    Peter Reiter
    wrote on last edited by
    #1

    hi can u guys tell me how i can start another application, for example word? after clicking a button it should start thx

    G H 2 Replies Last reply
    0
    • P Peter Reiter

      hi can u guys tell me how i can start another application, for example word? after clicking a button it should start thx

      G Offline
      G Offline
      Guillermo Rivero
      wrote on last edited by
      #2

      Take a look at System.Diagnostics Namespace System.Diagnostics.Process vprocess = new System.Diagnostics.Process() vprocess.Start("WINWORD.EXE") Free your mind...

      1 Reply Last reply
      0
      • P Peter Reiter

        hi can u guys tell me how i can start another application, for example word? after clicking a button it should start thx

        H Offline
        H Offline
        Heath Stewart
        wrote on last edited by
        #3

        Or simply Process.Start (a static method - an instance of Process isn't necessary). Also, this question has been asked MANY times in the past and even once today just shortly before you asked. Please search the comments before posting.

        -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

        G 1 Reply Last reply
        0
        • H Heath Stewart

          Or simply Process.Start (a static method - an instance of Process isn't necessary). Also, this question has been asked MANY times in the past and even once today just shortly before you asked. Please search the comments before posting.

          -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

          G Offline
          G Offline
          Guillermo Rivero
          wrote on last edited by
          #4

          How many times have you answered this question ??? :laugh: Free your mind...

          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