hi,
in windows application:inorder to open a word we write
system.diagnostics.Process.start(pathname of exe) to start a word document.
similarly,
in web application : norder to open a word what should we write.
AND
what should we write in order to open an existing word document.
Thanks in advance,
nizam.
Norman Yuan - 02 Mar 2006 14:28 GMT
You can do the same thing. However, why you want to open Word this way on
the web server, a computer that is most likely in a locked closet and may
locate so far alway, plus, the Word process being started would be
invisible?
You could (but not recommended in most cases) automate Word on the server,
process a document and then send it to a user's browser.
> hi,
>
[quoted text clipped - 9 lines]
> Thanks in advance,
> nizam.