exe

sundar k replied to sambath kumar at 03-Jul-08 03:10

You dont have to add the exe to your project to run it from your project if my understanding of your requirement is right, just execute the exe using Process.Start method which will invoke the exe from your c# code and it will run seperately. For ex., to start iexplore.exe you would call as,

 ' Start Internet Explorer. Defaults to the home page.
         Process.Start("IExplore.exe")

 


Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  include exe to my project - sambath kumar  03-Jul-08 03:02 3:02:57 AM
      try this.... - Vasanthakumar D  03-Jul-08 03:07 3:07:21 AM
      exe - sundar k  03-Jul-08 03:10 3:10:51 AM
      Reply - alice johnson  03-Jul-08 03:13 3:13:34 AM
      Start application - kalit sikka  03-Jul-08 03:41 3:41:04 AM
      Check with these links - This will fix your issue - santhosh kumar  03-Jul-08 03:46 3:46:02 AM
          Use Process.Start("Your Exe.exe") - Arjun Priyananth  03-Jul-08 03:48 3:48:02 AM
              Try to import namespaces - santhosh kumar  03-Jul-08 03:57 3:57:41 AM
      Solution to include exe to my project - Umapathy Kaliaperumal  03-Jul-08 04:26 4:26:37 AM
      Try this code - Sujit Patil  03-Jul-08 04:36 4:36:46 AM
View Posts