all groups > dotnet compact framework > november 2007 >
You're in the

dotnet compact framework

group:

Re: Open the file with associated viewer application



Re: Open the file with associated viewer application Christian Resma Helle
11/30/2007 2:45:41 PM
dotnet compact framework: Try looking into System.Diagnostics.Process. There is a property in ProcessStart where you specify it to use ShellExecuteEx instead of CreateProcess.

--
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com


----- ORIGINAL MESSAGE -----
ShellExecuteEx() will do that for you, although you'll have to P/Invoke it.
You can look it up in the native code SDK for your target device.

Paul T.

[quoted text, click to view]


Re: Open the file with associated viewer application Jayesh
11/30/2007 3:36:57 PM
[quoted text, click to view]

Thanks a lot Christian Resma Helle. I tried with Process.Start method.
AddThis Social Bookmark Button