-
embedd word viewer
I need to build a user control which allows users to view and print word documents. I have tried the usual solution of opening up a doc in explorer but that locks the files unfortunatly.
Any Ideas ?
Can I do this without purchasing a 3rd party control ?
TIA
-
Re: embedd word viewer
Using a richtextbox control you can open the doc file in it and if they dont make changes you can simply process.start passing the appropriate args to print the original doc file. If they want to edit then it may take more effort/code.