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'.
 

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