Home All Groups Group Topic Archive Search About

Launching file associated with an application?

Author
10 Feb 2006 3:53 PM
Marlon R
What is the object and method (Win32 Api if there is no framework classes)
to use to start an application by using the non executeable file?

e.g.  Starting Word by launching a word file (.doc)

Author
10 Feb 2006 4:16 PM
Marlon R
Found the answer:
frawework class: System.Diagnostics.Process.Start
Win32: ShellExecute / ShellExecuteEx

Show quote
"Marlon R" <yardi4life@online.nospam> wrote in message
news:uJQvholLGHA.648@TK2MSFTNGP14.phx.gbl...
> What is the object and method (Win32 Api if there is no framework classes)
> to use to start an application by using the non executeable file?
>
> e.g.  Starting Word by launching a word file (.doc)
>
Author
13 Feb 2006 3:21 AM
Peter Huang" [MSFT]
Hi

I am glad that you have found the answer.
And I think your experience will benefit the community!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

AddThis Social Bookmark Button