Paulie1212
26-03-2007, 03:11 PM
Hi,
I want to launch an app/file from within my C# program. The common way to do this is to use System.Diagnostics.Process class
e.g. System.Diagnostics.Process.Start(@"MyFile.txt");
This class does not seem to be available in CFv1.0. Is there an alternative way to run a file from within my code?
Dev Env: C#, VS2005, WM5.0 PPC and Compact Framework v1.0 (I have to stick with CFv1.0)
Thanks for any help and code given
I want to launch an app/file from within my C# program. The common way to do this is to use System.Diagnostics.Process class
e.g. System.Diagnostics.Process.Start(@"MyFile.txt");
This class does not seem to be available in CFv1.0. Is there an alternative way to run a file from within my code?
Dev Env: C#, VS2005, WM5.0 PPC and Compact Framework v1.0 (I have to stick with CFv1.0)
Thanks for any help and code given