When opening my VB6 program on a new Windows 7 computer, I receive errors upon opening my project file. "Errors during load" Then I look at the log file to see the errors. Here are the errors:
Line 152: Class MSComctlLib.Toolbar of control Toolbar1 was not a loaded control class.
Line 159: The property name _ExtentX in Toolbar1 is invalid.
Line 160: The property name _ExtentY in Toolbar1 is invalid.
Line 161: The property name ButtonWidth in Toolbar1 is invalid.
Line 162: The property name ButtonHeight in Toolbar1 is invalid.
Line 164: The property name _Version in Toolbar1 is invalid.
How can I resolve this error and have the program open without issue?
Thanks in advance
Our community of experts have been thoroughly vetted for their expertise and industry experience.