I created a simple ActiveX control that I want to be placed in my webpage. I created the control using VB6.0. When I goto run the control It brings up a webpage and everything works fine, so I copy a paste the "<object....." line from the created HTML into my webpage, run my webpage and the control comes up fine.

Then I close Visual Studio and try my webpage again and all I get is a little empty white box where the control should be, what gives??

do I have to register the control somehow? I thought that was does automaticly. can anyone give me some insite as to what the problem may be?