system(), Shell, ShellExecute Replacement?

J

Jonathan Wood

Okay, I give up. What is the .NET way to do what ShellExecute does?

Bonus points: Any tips on how I should've been able to figure this out on my
own. I looked and looked!
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Jonathan Wood said:
Okay, I give up. What is the .NET way to do what ShellExecute does?

Process.Start

google: execute program C#
 
J

Jonathan Wood

Thanks. Guess I was trying to depend on MSDN and the online help. Silly me.
I'll try Google from now on.
 

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