M
Miles
Some of the articles online show how to qualify a callback name with its
module (e.g. onLoad="module.myCallback") in the Ribbon xml, but this is only
for VBA modules.
My COM addin is in VB6. My (mis?)understanding is that callbacks are
supposed to be in the Connect module that implements IRibbonExtensibility.
Can someone suggest a way that I can neatly separate my Ribbon-related code
into a separate module or class? Alternately, just what is the rule that
determines which module gets the callbacks?
module (e.g. onLoad="module.myCallback") in the Ribbon xml, but this is only
for VBA modules.
My COM addin is in VB6. My (mis?)understanding is that callbacks are
supposed to be in the Connect module that implements IRibbonExtensibility.
Can someone suggest a way that I can neatly separate my Ribbon-related code
into a separate module or class? Alternately, just what is the rule that
determines which module gets the callbacks?