I have made a reference to the AxDSOFramer.AxFramerControl dll and am wondering how in Gods name I add it to a form.

I was hoping to just drag the control onto my container control but cannot find it anywhere.
I don't really want to add it in code but would like to add it at design time.

I then tried adding it in code with the following :
Code:
Dim ctlWord As AxDSOFramer.AxFramerControl = AxDSOFramer.AxFramerControl()
Me.groupControl1.Controls.Add(ctlWord)
But keep getting a filenotfound exception.

Whats happening ?????