|
I would like to know if it is possible to display word, or excel documents on a windows form.
I have used System.Diagnostics.Process.Start("word document") but this display the word document in a separate window. What I am trying to have is the office document open inside my windows form. I have also used a web browser on my windows form and this displays documents inside my form but I was wondering if there is any other way of displaying office documents using VSTO
Is this possible.
|