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  
Convert Microsoft office 2003 trial...
....to Microsoft Office Stuent and teachers edition 2003? Do i need to remove it or will it write over the trial vertion. ...
1 28.09.2006 21:35:01
addin tab
My addin is accessed via a toolbar button, and it works with Outlook 2002/2003. It's active in Outlook 2007 Beta 2, but I can't find it so that I can use it. The following thread mentions the Outlook 2007 "addins tab". Where is the addins tab in Outlook 2007? -Thanks! http://groups.google.com/group/microsoft.public.outlook.program_addins/browse_thread/thread/3f37d2d4cc5c79ca/eaa2e33605e...
1 28.09.2006 16:48:01
Changing Worksheet State completely
Hi, Using the PIAs I am exporting a third-party grid to Excel from .Net. The grid's export functions require an Excel sheet to be saved as a file -- there's no way to save it as a stream or load it directly into Excel. So I then invoke Excel and bring up the saved file. But I would like the user to see the worksheet as if it were completely new, unsaved, so they can choose their own ...
2 28.09.2006 09:55:32
creating .msg file for MS Outlook
Hi, I need to create a ".msg" file, so that some users can click on the message, and it opens up in MS Outlook. Has anybody successfully done this? (I#m using the JavaMail APIs) Using the writeTo method (ie: message.writeTo(fileOut); ), I was able to create a file. However, when I try and open it in Outlook, it won't open. I compared my file to a message that I saved using Outlook, a...
3 27.09.2006 21:48:32
ms word addin doesent load anymore (HELP!!!)
Hi, I have an addin which I wrote for ms-word, the addin compiles and worked fine until today. I save my work almost each day. Now, when I go to previous versions of my project, backups which run and worked good are also not working. The details are as follows: (1) The addin, which should insert some buttons into ms-word pass successfully the compilation process. (2) The compiled addin ...
2 22.09.2006 08:22:17
MailMerge from DataSet object
Instead of having a excel file for the data or directly get data from the table, is it possible to MailMerge data directly from DataSet object? ...
2 21.09.2006 11:27:52
application.enableEvent is available for excel but not for powerpoint...
Hello. I am developing a shared add-in that works for word, powerpoint, excel and outlook. I am using c# I need to disable all events for a short amount of time in my add-in. In Excel I coud do this by using the application.enableEvent = false. I then enabled the events again with application.enableEvent = true after doing what I had to do without events. That worked perfectly! I wa...
1 21.09.2006 10:28:19
What could make fail the get_Folder method?
Hi, in my addin, I've made a private method which gets a reference to the Default Calendar Folder, and his children. It has always worked pretty well, but an user posted me this error he receives: Error during subscribe click: System.Runtime.InteropServices.COMException (0xB5904005): The messaging interface has returned an unknown error. If the problem persists, restart Outlook. at Micro...
1 20.09.2006 13:23:07
messages from 2 addin instances
Hi, I wrote an addin which inserts some buttons into ms-word. When a button is pressed the addin posts a message to an automation project which does some things with the document. The problem comes into place when two documents are opened in two different windows; in this case the automation project will receive posts ONLY from the first opened document. Moreover, even if I close the f...
5 18.09.2006 11:59:01
Word 2007 AutoFormat
One of the automation tasks that I need to perform in an app of ours is to import RTF texts (taken from rich tect controls) and auto-detect hyperlinks therein. Up until Word 2003 I accomplished this by using a Word doc's IDataObject interface to get the formatted RTF text in, and then to run the text through a Range object's AutoFormat method. Prior to calling AutoFormat, I set the AutoFor...
9 18.09.2006 09:11:58
VSTO Project template
Hey Iam tryning to find the VS.net project template for VSTO. I can use 2003 and/or 2005. Can some body send my a link?...
2 18.09.2006 08:04:32
showing on paper cash, checks totals and deposit
i need to make a chart with columns for each route person A-F a column for roa, charges, mail, termite, and a place for totals of each and a place for the deposit for the day...
1 17.09.2006 07:49:02
Server-side C++ application extracting data from word document
I am working on a C++ program to extract data from MS Word document, such as form-fields. Since MS doesn't recommend office automation, what should be the best technology I should use? Will "Visual Studio 2005 Tools for the Microsoft Office System" serve the need? Any suggestion will be appreciated!...
1 15.09.2006 22:41:01
Word automatically resizing pasted Excel tables and charts
I'm trying to determine what causes Word to resize Excel tables and charts that are pasted using Edit -> Paste Special. I am pasting charts using the following process: 1. Select a chart object in Excel (one that's embedded on a worksheet, not on a separate chart sheet) by clicking the chart area. 2. Select Edit -> Copy. 3. Create a blank Word document, and paste the chart into it us...
5 14.09.2006 20:40:02
Microsoft.office.interop.word Option button
Hi all, i have a word document containing option button i am populating bookmarks with my c# code. i need to set the option button through my code and i am unable to do this with word interop. how could i access the option button in word document with c# using word interop. i am not using VSTO user controls. any help in this regard will be appreciated. Thanx in advance. ...
2 12.09.2006 10:46:21
how find Office prod key when loaded on comp hard drive?
recently purchased a Gateway computer which had Microsoft Office on the hard drive. when I tried to open it (trial version)was asked for product key which I cannot find....any ideas?...
2 12.09.2006 09:12:02
Register XML Parser for XML.
How do I register my XML Parser so I can use it as part of Processing Instruction. I want to open my application when XML consist of PI which is related to my application. Do any one have any answer to this? e.g. <?xml version="1.0"?> <?mso-application progid="Excel.Sheet"?> I want to register my application similar to Excel. ...
1 11.09.2006 13:32:01
online video streaming using live technology.
greetings, my organization is planning to implement an e-learning via online for its website. the e-learning materials may include a 2 hour video via streaming technology, instant messanging and others. my questions are, 1. how does MS Live Meeting can provide solution for this situation since my boss do not want the video to "congest the internet connection/bandwith". 2. Is there any...
1 11.09.2006 11:36:50
c# console app that works with word 2000 and 2003?
I have a C# console app that does some stuff with Word 2000. (Basically just generating documents.) I would like to revise it so that it will work on a machine with either Word 2000 or Word 2003 installed. I'm having trouble finding a good example of this kind of thing on the web. Does anyone have any pointers? This isn't a VSTO app, just a regular console app using the Office int...
2 08.09.2006 09:54:54
How can I add downloaded fonts to my Microsoft Office font list?
Can downloaded fonts be added to Microsoft Office's Fonts? If so, how. If not how does one use down loaded fonts on an Office document? Suzan D-J...
2 06.09.2006 12:03:15
How do i convert a large P D F manual into WORD so i can copy it
I HAVE A MANUAL I DOWN LOADED FROM A NATIONAL ORGINATION I BELONG TO AND IT DOWN LOAD INTO P D F FORM. IT CAN ONLY BE SAVED AS P D F. I NEED TO MAKE SEVERAL COPIES AND I DONT KNOW HOW TO COVERT IT INTO MICROSOFT WORK FORMAT. I NEED STEP BY STEP INSTRUCTIONS AS TO HOW TO MAKE THIS HAPPEN. THANKS MUCH JIM H ...
1 04.09.2006 12:28:02
Outlook2003 -> OLE (MAPFolder->Display())
Dear Members, i've the problem with outlook 2003, that it does not terminate correctly if the user is closing outlook normally. The reason for this behaviour is, I get the outlook application object with GetObject("Outlook.Application") and I try to show a specific folder from outlook like calendar or tasks. After I call the method Folder->Dispplay I release all used objects. But if then ...
2 04.09.2006 09:23:32
how do i set up a phone call log on excel?
i want to use templates to this...
1 02.09.2006 13:43:02
Can I reduce print size of address labels so they fit?
The 3rd line of my return address labels are being cut off. Can I reduce the print size so everything fits?...
2 02.09.2006 09:51:00
Sporadic loss of emails in SENT ITEMS box
Sporadic emails are missing from my sent items box. I am are running outlook 2000. Not every email, but every so often I try to lookup an old email and cannot find it. When I talk to the recipient, they acknowledge that they got the email. Other emails from that day are there. It happens when emails are sent to no particular person and at various times during the day. Any ideas would be app...
1 01.09.2006 17:43:03
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