Use the System.Diagnostics.Process class - new in v2 e.g.
Process.Start("\\My Documents\\somefile.mp3");
Peter

Signature
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com
> I'm developing a VB.NET 2005 with cf 2 for windows mobile 5
> I'm trying to open any file (image, word, excel , mp3)
> with the default program .
> Is this possible with vb or c# and CreateProcess.
>
> Thanks for help!
Steve Kanel - 20 Jan 2006 17:01 GMT
Thank i will try it.
Steve
> Use the System.Diagnostics.Process class - new in v2 e.g.
>
> Process.Start("\\My Documents\\somefile.mp3");
>
> Peter