Hi,
I'm creating an application that uses plugins based on David Zimmerman's
tutorial here:
http://www.codeguru.com/vb/gen/vb_misc/plugins/article.php/c5605/
What I'd like to do, is when the plugin is detected, it adds it's own
controls onto the main form. Then when they are clicked, my program goes to
the activeX DLL plugin to get the event code for that control.
How should I go about this? So far I've been able to create the controls,
although have been unable to tie thier events back to the plugin.
Any anyone here offer some assitance please?
Thanks,
Michael
Michael - 28 Aug 2006 20:35 GMT
> Hi,
>
[quoted text clipped - 14 lines]
>
> Michael
Nevermind - I've worked it out
Michael