S
StraussGuy
I have a couple of Visio add-ins I've built using the .NET Framework. They
work without any problems, but, for some reason they are not displaying in
the COM Add-Ins Dialog. This is doubly puzzling because I've made sure that
the registry keys are in the HKEY_CURRENT_USER hive (as opposed to
HKEY_LOCAL_MACHINE which would make the add-ins invisible in the COM Add-Ins
dialog box). Consequently, I'm forced to load and unload the add-ins using
automation (Application.COMAddIns(index).Connect = True | False).
Is there something I'm missing here?
the StraussGuy
work without any problems, but, for some reason they are not displaying in
the COM Add-Ins Dialog. This is doubly puzzling because I've made sure that
the registry keys are in the HKEY_CURRENT_USER hive (as opposed to
HKEY_LOCAL_MACHINE which would make the add-ins invisible in the COM Add-Ins
dialog box). Consequently, I'm forced to load and unload the add-ins using
automation (Application.COMAddIns(index).Connect = True | False).
Is there something I'm missing here?
the StraussGuy