Using VB6 in Windows 10.
I made a small test project to develop an MSchart control. Now, how can I get the form into my main project. I tried various ways and they didn't work.
I get the message:
"Conflicting names were found in 'C:\...\frmDRChart,frm' The name frmDRChart will be used."
The form/Chart seems to run properly - except for that message. I prefer that the final name of the form to be frmDRchart.
Current names:
When I double click frmDRchart(frmDRchart.frm) in the Project Explorer window, a form with caption "TP414 - frmDRchart(Form)" opens with another form in it with caption=DRChart. DRChart is the form containing MSChart1.
Related files currently in the project's folder are frmDRchart.frm and frmDRchart.frx
I made a small test project to develop an MSchart control. Now, how can I get the form into my main project. I tried various ways and they didn't work.
I get the message:
"Conflicting names were found in 'C:\...\frmDRChart,frm' The name frmDRChart will be used."
The form/Chart seems to run properly - except for that message. I prefer that the final name of the form to be frmDRchart.
Current names:
When I double click frmDRchart(frmDRchart.frm) in the Project Explorer window, a form with caption "TP414 - frmDRchart(Form)" opens with another form in it with caption=DRChart. DRChart is the form containing MSChart1.
Related files currently in the project's folder are frmDRchart.frm and frmDRchart.frx