D
DotNet Newbie
I've made an office add-in that adds a button into MS Word.
Now I wants to make the button to load a HTML file when I click on it.
Right now, I have the HTML as an embedded resource. I tried using
Process.Start but it only returned an error when I tried it.
Is there an alternative approach to this?
Thanks in advance!!!
Now I wants to make the button to load a HTML file when I click on it.
Right now, I have the HTML as an embedded resource. I tried using
Process.Start but it only returned an error when I tried it.
Is there an alternative approach to this?
Thanks in advance!!!