I am making the transition from VB6 to VB .NET, finally. I actually bought VS .NET about a year or two ago, and didn't feel comfortable switching because I had just gotten comfortable with VB6.

Anyway, I want to make the switch now, but one of my hesitations is that I have a skinning component that works great in 6, but is not supported in .NET (and doesn't work right in .NET anyway), and I don't want to buy a new one just for .NET. So I thought about creating the UI in VB6, and creating a driver to run the program in .NET.

Is that a crazy idea, or is it a good idea? Any ideas?

Thanks for the feedback.