I developed a Windows Forms Control, using Framework 4.7.2, and successfully created the DLL.
Next, when I create a Windows app and add the new control into the Visual Basic Toolbox,
the control will be added but I'm told the new toolbox control is not enabled
for the current Windows application (developed using Core 3.1 or Core 5.0) because
the Framework used to create the Forms Control (4.7.2) is not compatible with
Core 3.1 or Core 5.0.
How can I create a forms control that will be enabled in a Windows application toolbox using Core 3.1 or Core 5.0? Both Cores seem to be incompatible with Framework 4.0 to 4.8.