How to 'execute' different file types?

  • Thread starter Thread starter Big Santini
  • Start date Start date
B

Big Santini

Question: how to 'execute' different file types? in example when user choose
..doc file, the deafult application for .doc should run.

jaro
 
Question: how to 'execute' different file types? in example when user choose
.doc file, the deafult application for .doc should run.

jaro

Look at the System.Diagnostics.Process class and in particular the start
method.
 
* "Big Santini said:
Question: how to 'execute' different file types? in example when user choose
.doc file, the deafult application for .doc should run.

'System.Diagnostics.Process.Start'.
 
Back
Top