Word editor

Moorzee

Well-known member
Joined
May 31, 2006
Messages
92
Location
England
Programming Experience
3-5
Is it possible for me to have a windows form in my project with a MS Word doc edititing control on it and restrict the file save location on that doc? I have created an rtf editor using the richtextbox and was storing the rtf & embedded images in sql server and then loading into editor later but this is taking forever so am looking at loading an editdoc form up, users use word and then when they hit save I will save on the network and store loc in sql instead?

Does this do-able to you guys n gals, and if so how so? :)

Cheers

Moorzee.
 
Last edited:


Yeah I had a look and was suitably warned off. Ideas above my station by the sounds of that. :D I think I'll leave it.

As a side point I am looking at creating an instance of MSWord application, add a document and then handle the saving of the document in the documents' documentBeforeClose event.

May work may not. :rolleyes:
 
Back
Top