I am moving my VB6 IDE to a Windows 7 PC. All of the forms have loaded except for 5. When I try to add the form I get:
Errors during load. Refer to 'C:\Program Files\Microsoft Visual Basic\techni\frmAdditiveInventory.log' for details.
When I look at the log it has:
Line 4: The Form or MDIForm name frmAdditiveParam is already in use; cannot load this form.
I find it interesting that the form is frmAdditiveInventory, yet the error has frmAdditiveParam. Something is rotten in the state of Denmark.
So somewhere, it thinks the form is already loaded. Any idea what I need to change in order to get these 5 forms to load into the IDE?




Reply With Quote