[EMAIL PROTECTED] wrote: > I want to do a Shell Out. In Delphi Win32 I would have use the > ShellExecute to do so. Do you know what the equuivalent would be in > eihter C# or Delphi Dot Net?
The .Net class to use is System.Diagnostics.Process. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

