
Is there a similar function in C# to the shell function in VB
More specifically, look at the static Start method on the Process class.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
Quote:
> > Im trying to write a programm in c# but cant find a
> > function that is similar to the Shell function in VB.
> > can somebody help me??
> Look at the Process class in System.Diagnostics.
> Tom Shelton