Outlook Add-in with Terminal server 2008
Tue, 8 Jul 2008 09:59:01 -0700
We have a problem with the Add_in using Outlook 2003 on a Terminal Server Win
2008.
We have registered the add-in in HKLM but only administrator and one
terminal users at time can connect the add-in.
What's the problem?
...
|
IDTExtensibility::OnBeginShutdown hiding gui elements too late
Mon, 7 Jul 2008 08:16:03 -0700
Hi,
( I have posted this in excel.programming also, but found this group even a
better place, since its addin specific)
I have an addin, which was implemented using .NET and the IDTExtensibility
interface. The addin adds GUI elements to XL (a toolbar &context menu).
Now when closing Excel I want to make s ...
|
AttachmentAdd Event
Sun, 6 Jul 2008 19:57:12 -0700 (PDT)
Hi,
I was wondering if there's a way I could find out who called the
attachment add event? My problem is I want to know if outlook
internally called this event, or if the user called this event (i.e by
pressing the attach file button). I was wondering if there was some
kind of global sender variable or some ...
|
How to display Building Blocks with "Gallery "(one office component )
Mon, 7 Jul 2008 00:23:10 +0800
I was wondering if anyone else has any solutions.
I want to develop one add-in for Word 2007 in VS2008.
But I can not to display some building blocks i created as the "coverpage"
slider button in "insert" tab.
I guess "Gallery "(one office component ) has the ability ,but i don't know
how to do.
Thanks f ...
|
Word2003 Addin Custom Toolbar & Reading Layout
Thu, 3 Jul 2008 04:03:01 -0700
My custom toolbar disappears when I switch to Reading Layout in Word 2003.
It reappears when I switch back to Normal Mode. Is there any way to control
this behavior programmatically? I want my toolbar to appear in all modes.
...
|
RE: log4net from my AddIn
Tue, 1 Jul 2008 17:07:07 -0700
Hi,
I'm using log4net with vsto3.0 word and excel addins /wo any problems.
in app.config I use the regular <log4net>...</log4net> stuff and:
<section name="log4net" type="System.Configuration.IgnoreSectionHandler"
/>
in the addin project's AssemblyInfo.cs
// Configure log4net using the .config ...
|
Outlook addin shutting down by itself?
Tue, 1 Jul 2008 14:23:36 -0500
Does anyone know of an instance when an Outlook addin shuts down seemingly by itself? In this case, an Explorer Close gets fired, so our addin shuts down. This occasionally happens with no user intervention. I suppose some other addins could be responsible, but I have seen this happen when there are no other addi ...
|
|
|
Intellisense for Automation Add-In Functions
Tue, 1 Jul 2008 09:06:03 -0700
I have an Automation Add-In with several UDF's. These get loaded properly
and I can use them by either typing in the formula or through the Function
Wizard. However, in a cell when I type "=" and the start of one of the
function names, it does not find my function in the drop-down Intellisense.
At the b ...
|
Detect outlook shutdown before inspectors closes
Mon, 30 Jun 2008 12:14:48 -0700 (PDT)
Hi,
Is there anyway to detect that outlook is quitting before it starts
closing the inspectors and explorers? Seems that the quit event is
triggered after all the inspectors received the close message,
Thanks,
Federico ...
|
Re: Outlook COM Addin deployment on Windows 2003 server
Mon, 30 Jun 2008 13:10:45 -0400
Hi Ken,
Yes my addin is now running. Previouosly it was running on Windows XP machines but I was struggling on Windows 2003 Terminal server.
I followed your forwarded article http://blogs.msdn.com/vsod/archive/2008/04/22/Troubleshooting-com-add-in-load-failures.aspx and gone through each troubleshooting steps ...
|