hello,
I am developing a outlook COM addin which adds two command bars
and some buttons to that command bars. I wrote the code to add command
bars and command buttons in the ONConnection Event. But command bars and
command buttons are adding to outlook after outlook splash disappears and
after outlook form appears. I need to add command bars and command buttons
and they must appear before outlook splashscreen disappears and outlook
form appear.
Kindly help me in this aspect . I amd developing addin in C#.
I need either related site addresses or code or some advice to resolve the
problem.
Thanking you,
Balu.
Chris, Master of All Things Insignificant - 23 Dec 2004 19:59 GMT
I did all my button stuff in "OnStartupComplete". As a proof of concept for
my boss one day I showed him this example. The button does show up before
splash screen leaves.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht
ml/ol03csharp.asp
I really don't think you needed to post to some of these groups for this
question.
Hope it helps
Chris
> hello,
>
[quoted text clipped - 15 lines]
> Thanking you,
> Balu.