ActiveX Controls from 6.0 to .NET
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have code that was developed with Visual C++ 6.0. I have a machine that has only Visual C++ .NET 2003 installed. Some of the ActiveX controls that were available with 6.0 do not seem to be included with 2003. When I go to load a dialog which uses one or more of these controls, I get an error message that the control is not registered. For one of them (FlexGrid - flxgrd.ocx), I was able to download it from the internet and register it on the machine. However, now when I load the dialog, I get an error message that the control could not be instantiated because it requires a design-time license.