473,566 Members | 2,784 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft Word 10.0 Object Library

I do not have Microsoft Word installed on my computer.
I need the Microsoft Word 10.0 Object Library to access Word documents.
Can I install this component?
Where can I get it?
Feb 1 '07 #1
8 3931
"Jman" <jm*******@hotm ail.comwrote in message
news:Yj******** **********@wagn er.videotron.ne t...
I do not have Microsoft Word installed on my computer.
I need the Microsoft Word 10.0 Object Library to access Word documents.
If you're intending to implement Word automation with ASP.NET, don't... It's
not designed to run in this environment, Microsoft actively discourage it,
and won't support any application which implements it:
http://support.microsoft.com/default...US;q257757#kb2

There are several other options, depending on what you are trying to do...

What are you trying to do...?
Feb 1 '07 #2
Where can I get it?

It comes free with Microsoft Word.
Feb 1 '07 #3

"Aidy" <ai**@noemail.x xxa.comwrote in message
news:uI******** *************@b t.com...
>Where can I get it?

It comes free with Microsoft Word.
That means, you get (buy) MS Word and install it, then, you get it "free",
if you call anything packaged in a product as "free".
Feb 1 '07 #4
I want to build a tool in VB.NET to modify Word documents. I do not have
Word installed.
I want to install the object library.
Sorry there is no VB.NET newsgroup.

"Mark Rae" <ma**@markNOSPA Mrae.comwrote in message
news:ud******** ******@TK2MSFTN GP02.phx.gbl...
"Jman" <jm*******@hotm ail.comwrote in message
news:Yj******** **********@wagn er.videotron.ne t...
>I do not have Microsoft Word installed on my computer.
I need the Microsoft Word 10.0 Object Library to access Word documents.

If you're intending to implement Word automation with ASP.NET, don't...
It's not designed to run in this environment, Microsoft actively
discourage it, and won't support any application which implements it:
http://support.microsoft.com/default...US;q257757#kb2

There are several other options, depending on what you are trying to do...

What are you trying to do...?

Feb 1 '07 #5
I installed the Microsoft Word Viewer but it does not install the Object
Library
"Norman Yuan" <No*****@NotRea l.notwrote in message
news:Oc******** ******@TK2MSFTN GP03.phx.gbl...
>
"Aidy" <ai**@noemail.x xxa.comwrote in message
news:uI******** *************@b t.com...
>>Where can I get it?

It comes free with Microsoft Word.

That means, you get (buy) MS Word and install it, then, you get it "free",
if you call anything packaged in a product as "free".

Feb 1 '07 #6
"Jman" <jm*******@hotm ail.comwrote in message
news:a%******** ********@wagner .videotron.net. ..
>I want to build a tool in VB.NET to modify Word documents. I do not have
Word installed.
OK.
I want to install the object library.
You'll need a copy of Word, then...
Sorry there is no VB.NET newsgroup.
Have you tried this one: microsoft.publi c.dotnet.langua ges.vb
Feb 1 '07 #7
"Jman" <jm*******@hotm ail.comwrote in message
news:w0******** ********@wagner .videotron.net. ..
>I installed the Microsoft Word Viewer but it does not install the Object
Library
That's correct.
Feb 1 '07 #8
That means, you get (buy) MS Word and install it, then, you get it "free",
if you call anything packaged in a product as "free".
Ok, jokes aside :)

To Jman what you want is not possible without buying Word. The object
library is just a COM interface to the application's code. If you had the
object library you pretty much have Word;

app = Word.Applicatio n
app.Show()

You can't get the object library without having the application, they are
the same thing.
Feb 2 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1738
by: Puneet Jain | last post by:
I am tryin to use Microsoft Works Wordprocessor from Python After generating the .py module from the type library using makepy utility, I runt he following commands, >>> from win32com.client import Dispatch >>> object = Dispatch("MicrosoftWorks.WordProcessor.AppControl") and I get the following error, Traceback (most recent call last):
3
1026
by: Helene Day | last post by:
I am trying to access the Word Objects from a .NET project. I have some sample from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto2003_ta/html/WordObject.asp and I have MS Office 2003. However I don't know which file I need to reference for the MS Word 11.0 Object Library. Or what else do I need to...
2
5583
by: Marcel | last post by:
Hi, I'm using Microsoft Visual Basic .NET and want to reference the ThisApplication variable but cannot get to it or find the OfficeCodeBehind class. Is this a shortcomming of the fact that I have Microsoft Visual Basic and not Visual Studio .NET? On page:...
17
4185
by: Karl Irvin | last post by:
To use the Textstream object, I had to set a Reference to the Microsoft Scripting Runtime. This works good with A2000 Is the Scripting Runtime included with A2002 and A2003 so the Reference won't be broken when my app is opened with those versions. Also is the Scripting Runtime included as part of the A2000 Runtime Engine which some of...
1
1409
by: Alan T | last post by:
I am working and tried to start and read an article from MS: http://support.microsoft.com/kb/301659 I followed the step to add reference to my dummy application, Microsoft Word 11.0 Object Library. Also add the - using Microsoft.Office.Interop.Word At the beginning of the code from the article,
1
1376
by: memtest | last post by:
how Can i use Microsoft Word 11 Object Library with install MS Word. because my application want to run in computer don't have MS Word. How Can i use Microsoft Word 11 Object Library (Componant).
1
7554
by: Sylfelin | last post by:
Hello, If I use Microsoft Outlook 12.0 Object Library (Outlook 2007) COM Object in my application, the custommer must have the outlook 2007 on his computer ? But if i use Microsoft Outlook 11.0 Object Library (Outlook 2003) COM Object in my application, the custommer must have the outlook 2003 or outlook 2007 on his computer ?
4
1968
by: =?Utf-8?B?QXJ0?= | last post by:
Hello, I saw this posting and it is the closest place to ask this question. I am simply trying to create a Word document from a VB application I am wrting with Visual Studio 2005. I cut a pasted a simple routine within the 'click' sub-routine and I'm simple having a problem with resolving the statement 'Dim objWord As New...
0
1250
by: jojee | last post by:
Hi All i have a little problem in my project that is i m using word document for reading the contents from it so i did add the references Microsoft.Word.Object library and in the wen.config file i added <indentity impersonate="true"/> but when i add the reference the word library is set to be off and a yellow spot is visible on it thats why i...
0
7666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8108
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7644
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6260
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1201
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
925
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.