T
Terry Rossi
Hi I am trying to use the HOW-TO: Build an Office 2000 COM Add-In in
Visual Basic sample ( http://support.microsoft.com/?id=238228 ) with
VB 6 SP5 and Office 2003. I can build the sample (I tried with Word
and Excel) and the sample is listed in the add-in manager for the
application however the _OnConnect method never fires.
I took the same dll and stuck it on a Office 2000 system and it worked
correctly. I also checked the registry for the LoadBehavior and it is
correctly set to 3. No items are disabled in Words (Help -> About)
Is there a fundimental change in Word 2003 from Word 2000 regarding
COM Add-Ins? The sample code is very simple. Adds a command bar and
shows a message box for key press.
Any help is appreciated..
Newbie --
Terry Rossi
Visual Basic sample ( http://support.microsoft.com/?id=238228 ) with
VB 6 SP5 and Office 2003. I can build the sample (I tried with Word
and Excel) and the sample is listed in the add-in manager for the
application however the _OnConnect method never fires.
I took the same dll and stuck it on a Office 2000 system and it worked
correctly. I also checked the registry for the LoadBehavior and it is
correctly set to 3. No items are disabled in Words (Help -> About)
Is there a fundimental change in Word 2003 from Word 2000 regarding
COM Add-Ins? The sample code is very simple. Adds a command bar and
shows a message box for key press.
Any help is appreciated..
Newbie --
Terry Rossi