Hi, I've separated some of my code in my project into two usercontrols which I use internally.

Does this add much overhead? How about compared to making it an ActiveX control in a separate DLL?

Also, I have put an existing ActiveX control into a UserControl, and put that on a form, is that particularily bad???

-Alex ([email protected])