Why is it that I discover the anser *right after* I post the
question????
Anyway, there is no problem. My problem was that message box was
inside an if() statement and I didn't realize that. Like I said I'm a
newb in this arena so I didn't inspect the code that was generated by
the Add-In wizard that closely.
Example:
if(connectMode == ext_ConnectMode.ext_cm_UISetup)
{
MessageBox.Show("FOOBAR");
}
mung...@hotmail.com wrote:
> I'm new to writing AddIns for 2005 and I'm just trying to do the basics
> at this point.
[quoted text clipped - 17 lines]
>
> -Marcus
Carlos J. Quintero [VB MVP] - 23 Oct 2006 12:49 GMT
Hi Marcus,
I am glad that you solved your problem. But since you are newbie, ensure
that you understand the ext_ConnectMode.ext_cm_UISetup flag reading my
articles:
- INFO: Visual Studio .NET Add-In Commands Disappear On Next Session
- HOWTO: Adding buttons, commandbars and toolbars to Visual Studio
.NET from an add-in
at: http://www.mztools.com/resources_vsnet_addins.htm
because it is not an easy thing.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Why is it that I discover the anser *right after* I post the
> question????
[quoted text clipped - 33 lines]
>>
>> -Marcus