OpenFile Stupid question

  • Thread starter Thread starter Val Savvateev
  • Start date Start date
V

Val Savvateev

You need Process class. Look at the example given in the documentation of
Process.StartInfo property.
 
What Class.Method should be used to Open a file on the file system
so that the appropriate program is run and the file loaded into it.
Just like as if the user double clicked the file in file viewer.
i.e. if I Open a .doc file and MSWord is set to open .doc files Word
comes up with the file loaded and the file is writable.

Thanks,

JIM
 
That's what I was looking for, thanks.

When you don't know the class/method name
you can search all day long and not find it.

JIM
 

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