.NET User controls in VB6
I have experimented with the toolkit and been able to popup C# forms from within VB6 but this model and UI experience would be an unacceptable change to the users. I have searched around and come up with the following but none are great.
1. Create Web control inside an ASP.NET page and display it using the internet browser control in VB6.
2. Popup a frameless C# form and attempt to position and move it inline with the parent, yak!!
3. Create UI for the OCX in VB6 but delegate all functionality to a .NET library wrapped so the OCX can call it.
Any other ideas ?
Tanglesoft

