Just fired-up VS 2005 and checked-out that project with the component.

That control is named "BCP5Control" yeah ? It actually appears as the progress bar along the top of the form ... cool idea.

Anyway, that control is actually a VB.NET control ... written back in .NET 1.1 ... that makes things even trickier (x2) ...

1) Its a .NET control - not a COMable object

2) Its probably not DynaWrappable ... jury's still out

3) Since its a control, it needs a "container" to live in - like VB.NET or even maybe Internet Explorer ...

Any of this ring true ? The OCX you had would have probably worked with the older VB6 ... that "might" be COMable (because OCX's are just standardized COM objects) ... can we get our hands on that ?

-Shawn