include exe to my project

sambath kumar posted at 03-Jul-08 03:02

I am new to c#, and i am making some simple application.

I want to be able to include other exe to my project (embedded for example) and run it on some event.

I found out how to embed picture files - and show them like stream -
i want to be able to do the same with exe file.

I dont want the embedded exe to run inside of my application - i want it to run separately when i press some button in the main application.

any help will be great :)

sambath.


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