Working with windows applications

A

Andres

I´m working with C# and my question is:
How can i open a windows application having it´s path? or
hoy can i open a file with it ´s windows default
application having the path of that file?
For example, if someone clicks on a word file i want
MSWord to open that file.

Thanks for any help.
 
H

Herfried K. Wagner [MVP]

* "Andres said:
I´m working with C# and my question is:
How can i open a windows application having it´s path? or
hoy can i open a file with it ´s windows default
application having the path of that file?
For example, if someone clicks on a word file i want
MSWord to open that file.

'System.Diagnostics.Process.Start'.
 

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

Top