Group:  Microsoft Word » microsoft.public.word.oleinterop

Threads Replies Last Post
6 Pages: 1  2  3  4  5  6  
List numbering start
Hi I am opening a multipage word document from VB.NET. I am saving each page as a separate document to print as part of a report. These pages contain a numbered list which spans more than one page. When I save the second and any subsequent pages the numbers restart from 1 on each page. I need to know how to identify and then set the starting number of a numbered list on the subsequent p...
2 1/27/2006 5:53:42 PM
building a web site
I just got back working on my website. Its taken a long time to finish but I am getting there. I got great web hosting at http://www.domainnamefree.net where I got a free .com name and a good site builder. Im going to keep working on it ill let you all know how im doing. Paul ...
1 1/27/2006 1:35:11 AM
How to update a chart with VB in Word
How to update a data in a any chart using VB 6.0 in Word 2000. I'm trying to use the Shapes collection, but don't work. Thanks -- Enrique Javier de la Garza Vidaurri DeGarvi Consultor ...
2 1/24/2006 3:06:31 PM
External component has thrown an exception , Word.Documents.Open
Hi, I have a Word Add-In that works fine in different PCs. But a friend of mine said that in mid december it started failing for him (it was fine before). Here's the error: External component has thrown an exception. : at Microsoft.Office.Interop.Word.Documents.Open(Object& FileName, Object& ConfirmConversions, Object& ReadOnly, Object& AddToRecentFiles, Object& PasswordDocum...
4 1/24/2006 3:06:30 PM
Application server does not open Excel object
Folks: Office 2003 Windows XP Pro SP2 All patches applied When I try to insert an Excel object, Excel table etc., from within Word, I get the following error message: "Microsoft Office Word can't start the application required to open this object. An error occurred and this feature in no longer functioning properly. Would you like to repair this feature now?" When I select "Ye...
6 1/24/2006 4:26:29 AM
Free mp3's
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>And much more that that!</P> <P><A href="http://forum.saait.net/">http://forum.saait.net/</A></P> <P>This site offers free and legal mp3's, software, movies, games.<BR>They also have a l...
1 1/18/2006 2:51:09 AM
DsoFramer on Dispose() modifies the Application title
Hi All, I am using the dsoFramer control in a winform app (c#) to display a word document. The dsoFramer object is created on runtime and then disposed off, by calling the Dispose method explicitly. Now if the form loses focus and the focus is brought back, the title of the Application changes into "T⌠ i⌠ t⌠ l⌠ e⌠". I am think it is the unicode representation of the title s...
1 1/8/2006 12:46:02 PM
COM Add-In error Word 2000
Hello, I have a problem with a COM Add-In written in VB 6 and Word 2000. I want to protect a document from the Add-In with the following code (works perfectly ok with Word 2003) oApp.ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True, Password:=sPW When Word 2000 is the Automation Server nothing happens but when I close the document Word crashes with an error messa...
2 12/30/2005 12:16:01 PM
Earn money Online - without risk!
Earn money Online - without risk! For all people, who can utilize money. Are you on the search for a lucrative source of income? Would you like to work of at home out of, without yourself you someone makes directions? Would you yourself like to determine, when, how much and like often you salary? Work for yourself ? Then you should take yourself a couple minutes time. You happily ...
1 12/25/2005 3:26:53 AM
Earn money Online - without risk!
Earn money Online - without risk! For all people, who can utilize money. Are you on the search for a lucrative source of income? Would you like to work of at home out of, without yourself you someone makes directions? Would you yourself like to determine, when, how much and like often you salary? Work for yourself ? Then you should take yourself a couple minutes time. You happily ...
1 12/25/2005 3:20:40 AM
THE > SUPER-MONEY-SOURCE <
THE > SUPER-MONEY-SOURCE < Would store / would copy this text or side before the administrator could remove this letter. This special program is acquire copyrighting-protected, only with the participation you the copyrighting at this program. Prohibited utilization leads to the notice! THE > SUPER-MONEY-SOURCE < In this program, there is really money. 1200.- Euro ...
1 12/23/2005 1:20:57 AM
COM problem
in my application (using Visual C++)i have multiple instance of Microsoft Word document and i need to close one perticular instance of Word which has no characters in it(i.e. close empty word document out of many instances). it should be a function and return value should be 1 if there is such document of Word which is empty and 0 if there is no such document on can any one help me out...
2 12/22/2005 11:12:29 AM
Is reflection really necessary when using the PIAs from another application?
I have discovered (much to my disappointment) that in order to access Word document properties and methods from a Windows Forms application, I have to use reflection instead of calling the methods directly. For example, when I need to access the Word.Document.CustomDocumentProperties collection from VSTO (VBA would be similar), I can use the following syntax: Microsoft.Office.Interop.Word....
3 12/21/2005 6:04:27 PM
Can I call OfficeCodeBehind (vsto) methods from a Windows Forms app?
Is it possible to call OfficeCodeBehind methods externally? I have created a Word 2003 template using VSTO 2003, and I would like to call a few of the methods implemented in the OfficeCodeBehind class from a Windows Forms application. I know that I can link the methods to CommandBar buttons and execute them by calling the CommandBarButton.Execute method. What I'm hoping to do is call them usi...
4 12/16/2005 4:55:49 AM
Problem connecting to events of Word document...
I have a C++ program where I'm trying to add content to Word. I have created event sinks using ATL and I am able to connect to a documents events. However, the document does not always fire the Close event. If I create the document using dispatch interfaces only (vb equivalent = "application.documents.add") then the event will fire. If I use CoCreateInstance() to create the document, then ...
1 12/13/2005 10:24:46 PM
Automation Slower Than Windows Explorer
I have an Access 2000 mdb file which opens MS Word docs using automation. Our WAN is somewhat slow, and it takes about six seconds to open Word and the specified document (20 KB) from within Access using automation. I also noticed that if I use Shell to open Winword and the document, or if I just enter the document name from a Command window, it also takes 6 seconds. However, if I double...
3 12/12/2005 2:55:10 PM
COMException (0x800A1066): Command failed
Hi, I have written a .NET 1.1 program to automate Word using COM interop and late binding. On my development system (Word 2003) everything runs smoothly. However, on a different computer (Word 2000) the following code throws a COMException: ------ SNIP ------ string htmlFile = /* path to some .HTM file */; object filteredHtml = 10; //WdSaveFormat.wdFormatFilteredHTML paramet...
3 12/9/2005 2:16:04 PM
Any other way to place bookmark besides using the menu insert-book
Hi, Is there any way besides clicking menu INSERT-BOOKMARK to place a bookmark on a word document? I am creating an application using powerbuilder that connects to word document and this app inserts the text on the location of the bookmark. I want my users to be able to create the template of the letter and define the bookmark themselves. hopefully, this can be automated if I k...
4 12/1/2005 9:55:36 AM
Export from Word to Internet Explorer
Good afternoon, I posted the following question in the microsoft.public.word.vba.general newsgroup and was told that I might want to check in other newgroups to find the answer. Can anyone help with part 2 of this question??? I am now able to launch internet explorer and access the required asp webpage but how can I interact with it and copy the data from the word doc and paste it in...
1 11/30/2005 9:51:13 PM
Formatting gone when I open Word 2003 document in C#
Hello! I'm developing a program, which open all Word documents in a specified folder and scans them for some keywords. After keword is found, it will be replaced by some phrase. The program is windows forms application written in C#. Im using VS.NET COM import to build interop assembly for MS Office 11.0 Object Library. My problem is: when I save a document, it loses almost all form...
2 11/27/2005 10:08:34 AM
Add to Dictionary
Hi, I have provided Spell Check feature in my application through Word Automation. I haven't used the standard Spell Check Dialog provided byMS Word, Instead I created my own custom Dialog. But I don't know How to provide "Add To Dictionary" option, Is their any method exposed in Word Object Model that allow you to add new words in default dictionay? Regards, Shakil ...
1 11/16/2005 2:10:57 PM
Query related to embed MS WORD with SDI MFC app?
Hi All, I am developing an Windows explorer type SDI application using MFC . In the list view of my application i have to open up an WORD(.doc) file depending on the user choice. For this i have selected the <container> radio button in the MFC App Wizard step 3 of 6. Now for the purpose of opening the WORD file in the list view, i have used OLE Programming to embed MS WORD in m...
1 11/18/2005 10:59:55 AM
6 Pages: 1  2  3  4  5  6  

Home | Search | Terms | Imprint
Newsgroups Reader