Posted By: Dr Herbie | Apr 14th @ 4:19 AM
page 1 of 1
Comments: 7 | Views: 1641
Dr Herbie
Dr Herbie
Half the population have below average IQ
Has anybody ever managed to embed word in a .NET application?  Our customer want to be able to view a mailmerge doc created by us in word, but then track whether the user printed it or not.

The only solution we can come up with is to create the document, somehow show it embedded in out app, and then fire off the print through our app (so we can tell it's been printed).

Anybody done anything like this before? 

I found a few shareware ActiveX controls for embedding word viewers, anyone used anything like this?

Herbie
wisemx
wisemx
Live it

You can serve a Word doc in an iframe.
Requires the client to be running Word but it will work.

Ion Todirel
Ion Todirel
ban...kai
if it's Word 2007 format cant you just use DocumentViewer control?

for literally hosting Word you can check this?

At an office where I worked they used Information Right's Management quite a bit to control documents, can it be used to control printing?

Kevin

figuerres
figuerres
???
Dr Herbie wrote:
Has anybody ever managed to embed word in a .NET application?  Our customer want to be able to view a mailmerge doc created by us in word, but then track whether the user printed it or not.

The only solution we can come up with is to create the document, somehow show it embedded in out app, and then fire off the print through our app (so we can tell it's been printed).

Anybody done anything like this before? 

I found a few shareware ActiveX controls for embedding word viewers, anyone used anything like this?

Herbie


what about just using .net to call the word objects??

I had an office that used an Access app, I wrote a .net data importer for that app. it did more than just fire access queries. it ran access in an non-visual window and ran access macros that fired off stored access queries and did other stuff.

I think you can open the word objects and have it print / run a mailmerge  and report status of the job...


or you could use the VS tools for office to have a .net dll run inside word to do stuff.

We were looking at doing something similar and looking at using some third party component like:

http://www.textcontrol.com/products/dotnet_server/demos/browser/

wisemx
wisemx
Live it
I just slapped ya 5 on that one bro. Wink
page 1 of 1
Comments: 7 | Views: 1641