WPF Open Word Document without open dialog
Posted
by Mitch
on Stack Overflow
See other posts from Stack Overflow
or by Mitch
Published on 2010-04-30T10:47:56Z
Indexed on
2010/04/30
11:07 UTC
Read the original article
Hit count: 309
I have the path to a Word document saved in an SQL Database.
I am able to retrieve the path but I cannot work out the best approach to open the Word document from WPF without using the OpenFileDialog. I've given up any thoughts of embedding Word in WPF as it has too many gotchas.
I just want to be able to click a button or hyperlink and using the retrieved document path, open Word.
© Stack Overflow or respective owner