I hope someone can help me. I created an activeX control which
contains 2 forms and some routines for managing the forms. I've
compiled the activeX control on my computer and everything works fine in
my exe program which calls the activeX control. The problem is when I
create a setup program and install the activeX control to another
computer with the setup program. On the computer I installed the
control to, when I try and access the activeX control in my vb programs
I get "runtime error 440 - automation error". Now I can place the control on my form,
but I can't call any functions of the control. When I do I receive the automation error message.
Anyone know why the control would work fine on my development system,
but give the above error after being installed on another computer with
the setup program?
Thanks!

[Tim]