Home All Groups Group Topic Archive Search About
Author
2 Mar 2006 7:35 AM
nizam
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.

Author
2 Mar 2006 2:28 PM
Norman Yuan
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.

Show quote
"nizam" <ni***@discussions.microsoft.com> wrote in message
news:A1E5FFDF-6AEE-491B-A928-493479E08645@microsoft.com...
> 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.
>

AddThis Social Bookmark Button