Shell

F

fernando.a.gomez.f

Hi,

how can I execute another program from my C# app? Like ShellExecute...

Thanks in advance.

Regards,
Fernando.
 
D

Dan Manges

Hi,

how can I execute another program from my C# app? Like ShellExecute...

Thanks in advance.

Regards,
Fernando.

Fernando,

One way is to use System.Diagnostics.Process.Start( -args- )

Dan Manges
 

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