Using the template as is will expose that method to the outside.
How you do these things varies from VB6 to managed code. You don't have the
COM Interop getting in the way with VB6 code.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"YM" wrote in message
...
Hi Ken,
I'm trying to access functions in add-in created by VB6.
I noticed you have vb6 version of template as well. This template include
a
function 'CalledFromOutside'. To make the function visible, is it enough
to
make the method public? I do not see any of the automation code in vb6
template.
Thanks
Y