I am trying to add a control to a form usind the Form.Control.Add method.

The code I am using is :

frmChoose.Controls.Add
"demoELAChoose.ChooseProducts",
"ChooseProducts",
fraUserControl

demoELAChoose is the name of my project that the
control is on
ChooseProducts is the name of the control
fraUserControl is the name of the frame that I want the
contorl to appear on.

This code doesn't crash, but it doesn't display my control either.
Does anyone have any ideas.

Regards

IJ