Situation:
I started a new vb.net windows application.
I clicked on the toolsbar to add a new ocx control to the
Windows Form toolbox section.
I selected the COM tab
Tried 1
scrolled down the list and added Microsoft Chart
Control 6
Tried 2
Pressed the browse button and selected the mschrt20.ocx
file
The control and icon happily showed up in the toolbox
under the Windows Forms section
Selected the control and tried to put it onto my form1
Error dialogue pops up Library not registered.
Have registered the ocx file in system32 using the
regsrv32.exe and also copied the ocx file into the IDE
directory of .NET where the browse button first takes you
too (of Tried 2 technique) and registered the file there.
At this point have not found a solution to the problem!
I started a new vb.net windows application.
I clicked on the toolsbar to add a new ocx control to the
Windows Form toolbox section.
I selected the COM tab
Tried 1
scrolled down the list and added Microsoft Chart
Control 6
Tried 2
Pressed the browse button and selected the mschrt20.ocx
file
The control and icon happily showed up in the toolbox
under the Windows Forms section
Selected the control and tried to put it onto my form1
Error dialogue pops up Library not registered.
Have registered the ocx file in system32 using the
regsrv32.exe and also copied the ocx file into the IDE
directory of .NET where the browse button first takes you
too (of Tried 2 technique) and registered the file there.
At this point have not found a solution to the problem!