does anyone know how to display a visual activex control dynamically at runtime. I have tried using the CreateObject() method and this created an instance of the control, but there was no way i could display the control on a form. Remember i want to do this all at runtime so i dont want to set any references to the control in the development IDE. I.e i want to use late-binding to display the control.

Thanks alot