How to launch another application from my application

D

Darth

Hi,


I want to create a an application where I will add a list of some of
the most used programs on my desktop and use it to launch those
applicaiton directly from there. Can I do this using C# ?
i.e. can I write an application in C# whose sole purpose is to launch
other applications directly ??


TIA,
Darth
 
V

Vadym Stetsyak

Hello, Darth!

D> Hi,


D> I want to create a an application where I will add a list of some of
D> the most used programs on my desktop and use it to launch those
D> applicaiton directly from there. Can I do this using C# ?
D> i.e. can I write an application in C# whose sole purpose is to launch
D> other applications directly ??

Yes, you can.

Process class will help you.

Have a look at
( http://msdn2.microsoft.com/en-us/library/system.diagnostics.process.aspx )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top