I ma involved in the gradual upgrade of a large VB6 windows enterprise application. For the most part we are just converting the windows projects to .NET completely. In some cases though - we would like to be able to continue to use some of our VB6 forms (exe's) as modal dialogs from within our .NET winform application. Do we need to convert them to COM objects to accomplish this COM interop is the only examples that I have been able to find searching the net. Is there another way to just shell or display the VB6 form modally
Thanks JE

Display VB6 form in .NET Windows App