Group:  General ยป microsoft.public.officedev

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
12 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  
duplicate 1000 WORD documents containing personalized EXCEL graphs
I need to duplicate 1000 WORD documents containing both standard written text (formatted as a report) and also personalized EXCEL graphs for about 1000 members. I end product would be 1000 separate WORD document files with the personalized data embedded. Where do I start? -- ...
5 31.08.2006 18:31:55
MailItem.Save() throws exception for POP3 messages
HI all, I have written a plugin to run on Outlook 2003/XP/2000 that will change the message class of every new mail that arrives to teh mail box. Changing of message class is crucial for me to apply a custom form for new mails I recieve. In the plug-in i have incorporated jthe following code "newMail" is any new message that reaches inbox and is of type "Mailitem" newMail.Mess...
1 31.08.2006 09:51:10
Preventing office from reading documents on single click
Hi Folks. Is there a way to prevent explorer from opening the file in read mode whenever the user single clicks (note : not a double click) on a file. It almost seems like explorer reads the entire file even on a single click (observed this through filespy.exe) on behalf of MS office. I noticed that explorer.exe does not do this on webdav folders. Any idea what's going on and how I c...
2 30.08.2006 20:30:24
removing a BookMark
How to remove a BookMark from an ms-word document ??...
2 29.08.2006 16:10:00
Office 2003/XP Look and Feel
Is there any way to emulate the look and feel of Office XP? What I would like to find if possible is a style sheet that defines classes that closely resemble the look and feel of the text, buttons and dialog controls in Office XP? I'm striving to achieve a highly integrated look between office and my web application. If I'm barking up the wrong tree, I'm open to suggestions. Thanks...
1 29.08.2006 15:04:49
Fields, Field, types and kinds
Hi, In my automation (for ms-word) project I get a CFields object from my Range object. Finally I get a CField object, the CField object have a type and a kind which I can get with get_type() and get_kind() respectively. The problem is that I dont know what these types and kinds are (long numbers). How can I know for example if a field is a hyperlink ??? Any help or link will be grate B...
6 29.08.2006 09:46:46
Accept product key on trial editon you send costumers via email
When I activated my trial edition of Standard Office, I received and email with the product key. Now, after 90-day trial, I am unable to convert automatically to full producti, because the product key Microsoft sent me is being rejected! WHY promise easy, automatic conversion if this is not true?! ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the ...
1 27.08.2006 14:51:01
Getting only hidden text (ms-word)
Hi, Im writing an automation project for ms-word; In this project I wish to parse hidden text which partially was inserted by me. The document may be very large to parse with all its content, therefore, I wish to get and parse only the hidden text. I need something like "range.get_hidden()" or something like that. is there a way to get only hidden text ??? Best regards....
2 27.08.2006 13:44:19
Document Actions Pane disappears when adding comments
I have a VSTO c# solution which adds a control to the Word Document Actions pane. However, if I insert comments into the document with the "Show Balloons" option on the Reviewing toolbar set to "Never" (ie so that the Reviewing pane is shown), the Document Actions Pane disappears, and is removed from the list of available panes. Has anybody seen this behaviour before? And if so, is ther...
2 24.08.2006 13:07:45
keeping the style/format of parsed text
Hi, I wrote an addin which finds and replace text in an ms-word document - it works fine. The problem is with styled-text / formatted-text (e.g. bold italic and the like); the replaced text losses its format - it is no longer formatted, it is similar allover the document. How can replace the text as TEXT-ONLY without changing the style? ...
10 23.08.2006 19:49:01
Add Annotation (textbox) to TIFF(MODI) programmatically
Hi I hope this is the correct forum ... if not please advice me. I have made a Java program that can copy an annotation (textbox) from a TIFF file, created with Microsoft Office Document Imaging, to another TIFF file. I copy fields 37680 and 37686, which works great. BUT, what we really would like to do is to create the annotation from scratch and add it to the TIFF files. We need to r...
1 23.08.2006 10:37:37
Word -> ActiveDocumentHost??/ Where for art thou?
Does anyone at all know what the current status is on the ActiveDocumentHost control that was going to be included with VS 2005 and .NET 2.0? I have read numerous things that said that it was not going to be released because it was cut.... but there was hope when there was mentions that it may be released as sample code. Will the ActiveDocumentHost be released in the newest framewor...
1 22.08.2006 22:12:02
Dir list box causes Word, Excel, Access, Front Page to lock up.
When I open the drop-down directory list box in the open file dialog, it freezes and eventually - after about 60 seconds - says Not Responding. This happens in Word, Excel, Access, and Front Page, all in Office XP Developer, which I just installed on my new HP Pavilion with Windows XP Media Center Edition version 2002 SP2. Could it have something to do with networking, servers, virus p...
1 22.08.2006 19:42:01
Ribbon UI Callback in a Macro class module
I have a .docm file with a ribbon UI customXML. I can easily associate a UI callback with a VBA sub in ThisDocument. How can I associate a UI callback with a VBA sub in a class module? -- Michael S. Scherotter Solution Platform Product Manager Mindjet Corporation...
1 21.08.2006 18:37:02
How to position a commandbar in ms-word
Hi, I created an addin (in c++) which inserts a new commandbar to ms-word. The command bar is located somewhere at the middle of the document; I would like my commandbar to be located somewhere with all the commandbars (such as the Standard-Commandbar and Formatting-Commandbar). How can I do that? Best regards. ...
2 21.08.2006 10:35:49
MODI - Cannot delete file after document closed
I am using Microsoft Office Document Imaging (MODI) with great success. However, when execute the following code, I get the error "The process cannot access the file 'myFile.tif'" (File name has been shortened). Here is the code I am using: -- BEGIN CODE -- public class OCRUtil : IDisposable { const string FILENAME = "myFile.tif"; private MODI.Document doc = null; ...
2 17.08.2006 14:20:03
Problem in Redistribute Office Library?
Dear All, I have a VB.NET windows application which is integrated with MS Word 2000, using its object library (Interop.word.dll) to create MS Document. And the application is going to sell on public later. I would like to ask if i could redistribute that MS Word 2000 Library (Interop.word.dll) in my setup package? Thank you very much Regards George ...
2 17.08.2006 10:35:10
HTML Optimization in FrontPage 2003
Hello, I wrote a VB .NET code that executes the HTML Optimization command in FrontPage 2003 for selected file or folder contents (including .aspx, .ascx, ..htm, and .html files extentions). Sometimes, the program run successfully, others run with wiered behavior for example a COM exception thrown or the file contents modified incorrectly ( lot of are added between </td> and &l...
2 16.08.2006 13:41:01
Office 2007: third party proofing tools development
I am a developer of proofing tools. In previous Office versions, I can integrate my DLLs by specifying the relevant registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Proofing Tools\ This does not seem to work in the Office 2007 Beta release. Is this method still supported? If not, what is the alternative? Thank you...
1 14.08.2006 08:09:02
define/create un-deletable font
Hi, Is there a way to define/create new font which cant be deleted by a user. I wrote an automation application (in c++) which replaces specific words in a document; The new words should not be replaced by the user. How can I do that ??? Any help pleas . . ....
1 13.08.2006 23:00:01
address book
I have got Microsoft office basic 2003 and have set up an address book but when I try to print a lable I can not insert an entrey from my address book Iam useing xp win...
1 12.08.2006 16:14:44
How to increase size of image in msocontrolbutton of toolbar in ex
Excel 2000 version only ======================= Image size appears in button(msocontrolbutton) of custom toolbar Excel 2000 is very small and blurred using below code. How I can increase size of image in button (msocontrolbutton) as well as brightness of image in custom toolbar? I am able to increase size of button using width and height property but image appears in center of button as...
1 12.08.2006 10:10:02
get an idispatch of active document
Hi, I have an addin which inserts some buttons into the ms-word. When a button is pressed the addin sends a message to another application which I wrote (all in c++). When the application receives the message it needs to parse the document. So . . ., How can I get an IDispatch to the document in the RUNNING word application ??? Can any one assist me on this one, Im having a hell of a...
1 10.08.2006 11:41:01
VS2005, VSTO, PIA deployment problem
This is my first VSTO project. I have an Office (Excel) project that includes two datetimepicker objects and a button. When I pick 'from' and 'to' dates, the code pulls data from my database and displays it in a list. This works fine on my development machine (which has VS2005, VSTO 2005, Office 2003 PIA, etc installed) both in the IDE and also when I open the project's spreadsheet (....
2 09.08.2006 10:18:34
How does .NET Passport work with IRM?
Hi everyone, As i know,There are two ways to implement IRM with Office 2003. 1.The first way requires a Microsoft .NET Passport 2.The second way requires RMS. i am talking about this article.(http://office.microsoft.com/en-au/assistance/HA011801361033.aspx) What confuse me is that, how does .Passport help to implement IRM? For example , the content needs to be encrpted. ...
1 08.08.2006 09:29:26
12 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net