Sukumar
03-13-2000, 07:46 AM
Hi,
I have an ActiveX control built using VC++ - MFC ActiveX control wizard.
It's basic functionality is to draw an array of x,y points as line graph
showing the trend. Now, I am using the same control in a VC++ exe built using
MFC Appwizard. Now, when the user wants to print the graph, is there any
way to call the same drawing code of the ocx, so that i need not write the
same code again in the exe which is using the ocx?
Can anybody suggest me some solution for this?
Thank you,
Sukumar
I have an ActiveX control built using VC++ - MFC ActiveX control wizard.
It's basic functionality is to draw an array of x,y points as line graph
showing the trend. Now, I am using the same control in a VC++ exe built using
MFC Appwizard. Now, when the user wants to print the graph, is there any
way to call the same drawing code of the ocx, so that i need not write the
same code again in the exe which is using the ocx?
Can anybody suggest me some solution for this?
Thank you,
Sukumar