any idea

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top