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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top