-
- task recurrence .... ?
by kimo
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- hi all :
i am making a web based task manager , i dont know how to handle the task recurrence .... i am using vs2005 & sql 2000 - 2005 . any idea would be useful.
thank
-
- Deploying Office Add-in wihtout using an MSI
by SpoonmanUK
- 3 Replies
- Last post
by Douglas H. Troy
- Can any one help me, I want to deploy an office 2003 addin written in c#, but I cannot use an MSI file to deploy it.
Any ideas
Many thanks
-
- How to add event handler on Custom Form
by abhimanu
- 13 Replies
- Last post
by X4U
- I have created a custom form that hold a button that will help me to retrieve the contact details of the person.( My implementation of Address Book)
I have customed New Message form under IPM.Note and added a new button .
How to add a event handler for the button using c# .
I have saved the form with .oft extension.
Thanks in advance
-
- Is there a way to add actions to right click menu in Word?
by exp2000
- 4 Replies
- Last post
by Cindy Meister
-
- Office 2003 Interop Assemblies vs Office 2007 Interop Assemblies
by PismoPat
- 7 Replies
- Last post
by CH-danman
- We have an Outlook add-in and have been installing the 2003 interop. That was easy as it only worked with Office 2003 or later. Now that 2007 is out, the question is which to install without having users have to make the decision.
Does Microsoft have an MSI that makes that decision and installs the correct interop
If it doesn't, it should have.
Thanks,
Pat
-
- Hanling letters at the cursor point.
by Pati123
- 5 Replies
- Last post
by Cindy Meister
- Dear Sir, I want to get the letters in both side of the cursor. if a user put the cursur inbetween the two letters in a word. Also i want to find that possiotion and insert a letter there i.e. in the cursur point progrmetically. How to tackel this problem. Thanks Tharindu
-
- Specifying Strong Name with SetSecurity project
by Divermarv
- 6 Replies
- Last post
by Mike Walker
- I am in the process of creating a deployment package for a MS Word project. I am using the following MSDN articles as templates:
http://msdn2.microsoft.com/en-us/library/bb332051.aspx
http://msdn2.microsoft.com/en-us/library/bb332052.aspx
I am receiving an error when I try to run my MS Word project on a test machine. It's concerns the assembly not having permission to execute. I follo
-
- A strange problem in retrieving a file path and creating a button in Word
by Avi888
- 4 Replies
- Last post
by X4U
- Hi
I don't have a lot of knowlege in COM so the problem that I encountered was very strange to me. I'm trying to create a button in my Word appliction through a Shard Addin project in C#.
When I'll press this button a certain logic that I wrote will be executed.
I encountered two problems.
1) I can't create the button in my Word application but only in my outlook and I don't know why.
-
- add-ins vs vsto
by d_wzrdv_z
- 3 Replies
- Last post
by Cindy Meister
- Hey there,
I have done a bit of a "HelloWord" application in VSTO, and now have installed SE on top (yes I finally got everything in order), and although I am impressed by the Windows Forms-like UI in VSTO, I am wondering is this a realistic paradigm to use As far as I can tell, the big guns in Add-ins like Adobe are not using this tech yet, and because of the issues getting it up an
-
- Where is default font color stored?
by vanospam
- 1 Replies
- Last post
by Cindy Meister
- I see that in Options.DefaultHighlightColorIndex the hilight color is stored, but I can't find where the current default font color is stored. The actual fontcolors could change from selection to selection BUT if you look at the font color toolbar button - its still the last color you set it to. Where in the Word object model do I find that color
Thanks
-
- Mail merge detail records table
by Michael D. Armstrong
- 2 Replies
- Last post
by Michael D. Armstrong
- I'm using VSTO to allow our users to use Word for a mail merge. When a user clicks merge in our application, we export our data to an Excel file and open a Word mail merge document linked to that Excel file. The excel file includes a dummy column to allow the user to insert a details table. Then, in the MailMergeBeforeRecordMerge event, we test the fields to find the detail_table field and add a t
-
- What is the "Component ID" for IFilter for PDF?
by Minty
- 1 Replies
- Last post
by Saurabh Bhatia - MSFT
- Hi,
I'm using IFilter to scan PDF in my Outlook add-in. Everything works fine until I started creating installation package. I managed to create a directory in Bootstrapper, but I can't seem to find the right "Component ID" in Launch Condition because even after I manually installed IFilter, my installation still doesn't recognize IFilter.
I'm using the following line to in
-
- Folder.Items.Restrict
by Pierre Savard
- 2 Replies
- Last post
by Pierre Savard
- HI I need to use th e restrict string to found item with a flag (Follow Up)
Someone know what query I must use
For the unread tag is seimple but to do a OR HAVE A FLAG = true Folder.Items.Restrict("[unread] = true") Thanks
-
- trying to debug COMException
by Gavin Lilley
- 1 Replies
- Last post
by Mike Walker
- I have a very simple program which to all extents and purposes is a mail merge. The problem is on one of my computers - it does not work, if run the debug version of the software (with no try, catch) I see the following error:
Error trying to create the letter = System . Runtime . InteropServices . COMException ( 0x800706F7 ): The stub received bad data. (Exception from HRESULT: 0x800706F
-
- RTF body outlook 2007 mail item
by khlem
- 2 Replies
- Last post
by khlem
- Hi all,
I am using oom. How to get rtf body from outlook 2007 mail item There are body and htmlbody properties but no rtfbody. Also, I try not to use redemption.
Thanks!
-
- Prevent VSTO from prompting to overide the .dot template
by ne0star
- 2 Replies
- Last post
by ne0star
- I have created a VSTO2005SE Word Document Template project in VB.
Amongst other things the template overides the default save system and instead generates its own filename records the detail in a SQL database and then saves the document to a sharepoint document library without any use inetrvention.
The problem is after its sucessfully done all of the above and the user try's to close
-
- Deleting Page Breaks in Excel using C#
by Trevor Kennedy
- 2 Replies
- Last post
by Trevor Kennedy
- I need to add pagebreaks, print, and then delete/remove the page breaks I added. Adding the pagebreaks is extremely simple.
oXL.ActiveWindow.SelectedSheets.HPageBreaks.Add( oXL.ActiveCell );
the way i'm deleting them is like this:
foreach ( HPageBreak pb in oXL.ActiveWindow.SelectedSheets.HPageBreaks ) { try { &nb
-
- Parameters in User Control with Ribbon
by Itak
- 6 Replies
- Last post
by Cindy Meister
- Please.
I need to retreive information of ribbon (parameter) in User control
How i do this
example
a button in ribbon and press on the event clic. i want visible task panes that have textbox with an user/password and depends of this for enable/disable a control button in group of ribbon(xml)
-
- A strange problem in retrieving a file path and creating a button in Word
by Avi888
- 4 Replies
- Last post
by X4U
- Hi
I don't have a lot of knowlege in COM so the problem that I encountered was very strange to me. I'm trying to create a button in my Word appliction through a Shard Addin project in C#.
When I'll press this button a certain logic that I wrote will be executed.
I encountered two problems.
1) I can't create the button in my Word application but only in my outlook and I don't know why.
-
- Error - InfoPath cannot open the selected form
by André Rentes
- 7 Replies
- Last post
by Andrew Maisey
- Hi,
When I open VSTA and run my project show this message:
InfoPath cannot open the selected form.
Whats happen
Im using InfoPath 2007!! Please Help me.
Att
-
- VSTO SE Soft disable
by Janni Kajbrink
- 14 Replies
- Last post
by AllTec
- Hi,
I'm having the exakt same problem as described in the following article http://blogs.msdn.com/pcreehan/archive/2006/07/06/vsto-add-ins-and-the-newinspector-event.aspx . I've written an empty VSTO SE add in which is "soft disabled" as soon as Outlook is started without any user interface.
Is there any solution to this problem As most of the users who will be using my add
-
- Killer question: Disable msgbox
by 192.0.0.1
- 3 Replies
- Last post
by __Pierre__
- Hi, I have a scheduled batch job with a excel macro will run. however I have annoying add-ins that throw up msgbox when they have successfully loaded. the problem is that I have to click "ok" before the batch will continue. Anyone know if it's possible to disable/ignore msgboxes
I;ve tried
Code Block
Application.DisplayAlerts = False but it doesn't work Cheers! John.
-
- Sitting in the Outbox
by dweeks
- 3 Replies
- Last post
by Adamus Turner
- I am writing VSTO for Outlook 2007. This is my trouble-code:
Private Sub Application_ItemSend(ByVal Item As Object, ByRef Cancel As Boolean) Handles Application.ItemSend If TypeOf (Item) Is MailItem Then 'call the sub that processes mail messages ElseIf TypeOf (Item) Is MeetingItem Then SyncMe(Item)
End If
End Sub
Private Sub SyncMe(ByVal Item
-
- Excel.Application Fails when application running as a Service
by NewKev
- 4 Replies
- Last post
by Kiran Namballa
- I have a windows service application that watches a directory for a new file. When a file is dropped into the directory, the service attempts to create a new Excel.Application and load the file into a Workbook. When the code: App = new Excel.Application is called it fails with:
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the fol
-
- VS2005 SP1 to be used with VSTO2005 SE?
by em325409
- 1 Replies
- Last post
by Martin Sawicki - MSFT
- hi, VSTO2005 SE is not explicitly mentioned in the release notes of VS2005 SP1 to be a "valid" VS-Version for this service-pack. Can/should this SP1 be used with VSTO2005 SE
thanks Ewald