G'day all,

I've got the following situation: I have a basic usercontrol. All my other user controls inherit from that control. Let say: usrBasic, and usrRelations inherits usrBasic, so does usrProducts and so on.

I want to load usrRelations onto a form. The only thing I've got is its string with the type, let's say: "Consultic.UserControls.usrRelations"

Does anyone know how to load this usercontrol on a windows form? Setting properties like anchor and so on isn't the problem, purely loading the usercontrol onto the form when only knowing its type...

Thanx in advance,

Marco