I\'m using WinForms. I have a form that has a button.
Goal: On button click: Open up a word document. Where the file path is hard coded into the program. I don\'t want
Instead of adding interop in your reference, you may also consider to use this:
System.Diagnostics.Process.Start(@"C:\Test\NewDocument.docx");