|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
any ideahi,
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. 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. > |
|||||||||||||||||||||||