Tagged Questions

0
votes
0answers
9 views

Detecting when a Windows Form control on an VSTO Excel worksheet becomes deactivated

I'm building an Excel 2003 VSTO workbook level customization and have placed windows forms buttons and comboboxes on the worksheets. I also have a freeze pane set on the sheet that divides the sheet …
1
vote
1answer
32 views

How can I get the Range of filtered rows using Excel Interop?

I'm using Excel Interop assemblies for my project, if I want to use auto filter with then thats possible using …
1
vote
1answer
16 views

VSTO, Outlook.exe.config, and <supportedRuntime>

I've created a VSTO 2.0 SE add-in for Outlook 2007. Usually, it installs no problem on end-users' machines, but sometimes they have an outlook.exe.config file next to Outlook.exe which specifies that …
0
votes
1answer
10 views

outlook plugin to catch compose mail events

I got an adjoining formregion in the compose mail form and i dont find the way to intercepts the form events like the drag and dropping of a file inside the message or the insertion of a text. NB: Ms …
0
votes
1answer
29 views

Avoid Microsoft Office SDK installation as part of my app

Hi All, I have created a VSTO visual studio application in Visual Studio 2008. It's working fine and I wanted to create a installer for the same using Publish option. Now, I see that it creates the …
0
votes
1answer
12 views

How to customize save behaviour in Word using VSTO

Fundamental question on how to get the bits to work together: I've not used VSTO before and after 4 hrs of searching I've decided to ask! I want to create a simple AddIn for word that will execute …
3
votes
3answers
111 views
+450

Adding a section to the To-Do bar in Outlook 2007/2010?

I would like to add a new section to the To-Do Bar in Outlook 2010 (or 2007). I found some code to create a new collapsible task pane and someone claiming you can't modify the To-Do bar, but I also …
0
votes
1answer
43 views

Adding a Tab to the Outlook 2010 Ribbon?

I'm trying to create an Outlook 2010 addin that adds a new tab to the ribbon. I found out how I can add my groups to an existing tab by setting the OfficeId to "TabMail" or something built-in, but I …
0
votes
2answers
38 views

How to programmatically enable the “Options…” button in the MS Word Print Setup dialog

I'm trying to display the MS Word "Print Setup" dialog in a VSTO AddIn for Microsoft Word 2003. I can display the dialog box, but the options button at the bottom left corner of the dialog is always …
0
votes
2answers
33 views

Unable to install a VSTO excel 2003 AddIn

I developped a VSTO SE Excel 2003 add in. When launching and debuging the add in from visual studio, it works well. But when I try to deploy it from my own install it never works. To sum up, here is …
0
votes
0answers
21 views

why I’m not able to debug in VSTO Addin?

If I select an extensibility addin of Excel, I'm able to debug my Add-In in Debug Mode with Excel, like _application.ActiveWorkbook.ActiveSheet.Count in Immediate window, but now I've moved to VSTO …
0
votes
2answers
28 views

how to build outlook plug in

hello... i want to make plug in for outlook.i build an application in which i am creating contact,appointment n tasks.i want to see these contact,appointment n task in outlook and if i create any …
0
votes
2answers
23 views

Access Document Stream from Office Ribbon Code

I am attempting to write an add-in for Microsoft Word 2007. I'd like to create a Ribbon Button that when clicked, gets a FileStream for the current or active document. I would assume that is possible …
0
votes
1answer
10 views

Is it possible to intercept Outlook Categories events?

Is it possible to intercept when user creates, renames or deletes a category in Outlook?
2
votes
2answers
53 views

monitoring a range of cells inside of excel 2007 with C#/VSTO

I have a row in excel I'd like to translate into an ObserveableCollection in C# for binding/event purposes, so all accessor classes know they're getting the latest data from the source excel sheet. …

1 2 3 4 5 20 next
15 30 50 per page