I have used plot controls from another vendor in VB6 applications - they are ACtiveX technology. I cannot seem to install and run these within VB 2005 - if I upgrade a VB6 project to VB express, the references come across and I can use teh controls as normal. - I can copy and paste new instances of the control
But from a new VB Express application - I have set the references - the name space is visible and I can programmatically access the activeX control, but the visual interface is not accessable and I cannot get it to appear.
what to do

using thid pary activeX control from VB6 in express
hieronymus
Check the migration project for underlying references and code which is written by migration wizard.Then i think you will be able to figure out what you missed out in your new project.
Thank you,
Bhanu.