sandsdad

I am running VS 2003. I need to call ActiveSync from my app because I cannot always depend on the data being sync'd up by the time the user is done with my form. Does anyone know how to call ActiveSync from a C# program, and maybe an example of how to do so

Thanks



Re: Visual C# General Calling a Process from C#

Figo Fei - MSFT

Hi,

Try to use System.Diagnostics.Process.Start(//Your program path); to call another application.

If you have further questions, feel free to let me know

Thank you