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
 
Back
Top