Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 30th, 2004, 11:04 PM
Authorized User
 
Join Date: Apr 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to kekohchaa
Default Word application

Recently, i have been a given as task of invoking a word document from an asp.net page. The requirement is basically to have a <textarea> item on an asp.net page and when you click on a button , word application should launch and whatever i typed in the word document should get back to the textarea.

is this actually possible or any other ways to accomplish this ?

Please help and thanks in advance.
 
Old July 1st, 2004, 07:14 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hello,

I've done it before. You need to add the Microsoft Word <version> Object Library COM reference added. In addition, you need to add the ASPNET (or impersonated account running the application) via dcomcnfg. Read this about dcomcnfg: http://support.microsoft.com/default...NoWebContent=1.

Also this has some items to consider about Office, as well as some examples at the bottom:
http://support.microsoft.com/default...b;EN-US;257757

Hope this helps,

Brian





Similar Threads
Thread Thread Starter Forum Replies Last Post
open a Ms Word Application from browser Sheikh Abdul Jaweed Beginning VB 6 1 December 15th, 2006 02:19 PM
open Ms Word Application on IE Sheikh Abdul Jaweed Javascript 0 December 11th, 2006 06:39 AM
Help with a 'word' application Bruce Pro VB 6 3 February 19th, 2005 05:30 PM
use CreateObject("word.application") in ASP Andraw Classic ASP Basics 10 January 14th, 2005 08:11 PM
Reading word document from a java application meenu Pro JSP 1 March 22nd, 2004 05:11 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.