Search Results

1
vote
1answer
203 views

Removing Outlook AddIn Sidebar Header

Hello, I am working on a sidebar AddIn for Microsoft Outlook using Visual Studio Tools for Office. However, I can't figure out how to get rid of the header outlook puts on my sidebar when I show i …
1
vote
1answer
77 views

Parent window intercepting accelerator

Hi, I have a window that I've placed into another application. In this case, I have a custom application that I injected into a Outlook 2003 Window. I'm having an issue where the parent wi …
2
votes
2answers
55 views

Replacing DLL in Windows Installer Project

Hi, I have a Windows Installer project built for my VSTO add-in. However, I have to run one of my DLLs through an obfuscator at the end, but if I try to build the setup project with the modified D …
0
votes

Removing Outlook AddIn Sidebar Header

No way to do this using the Office 2007 CustomTaskPanes. You have to shove your window into outlook like this: …
0
votes

how to register my dll in excel 2007

I would read the MS documentation on this one (uses Windows Installer rather than ClickOnce): http://msdn.microsoft.co …