How do I use ANETVB8 to convert those main forms with mixed single-form and datasheet subforms?
You need to run ANETVB8 more than once. You should convert subforms first and turn the converted subforms to user controls by manually changing the statement “Inherits System.Windows.Forms.Form” to “Inherits System.Windows.Forms.UserControl” in each converted vb file. After you convert the main forms on subsequent run you can open the converted VB .NET main forms and replace the incorrectly converted subforms with the user controls.