Launching file associated with an application?

  • Thread starter Thread starter Marlon R
  • Start date Start date
M

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)
 
Found the answer:
frawework class: System.Diagnostics.Process.Start
Win32: ShellExecute / ShellExecuteEx
 
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.
 
Back
Top