Word 2000 menu bar connection object problem - button won't fire

C

creeser

I am developing an Office Add In object using the Connection Object an
Visual Basic .NET 8.0. I have a problem with Word 2000 running on to
of Windows 2000. This happens on systems that are configured fo
exchange email. My connection object changed the menu bar in Office an
created a new menu next to the Help menu.

The problem that I am having is that I do not get callbacks for th
buttons on the menu bar that I have created

I use addhandler to set the callback and it works great for more recen
versions of Office. Why doesn’t the buttonhandler fire on Win2k an
Office2k with Exchange
 
Top