Working with windows applications

  • Thread starter Thread starter Andres
  • Start date Start date
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.
 
* "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'.
 
Back
Top