I just upgraded to v7. When I draw some chart like shown below,
and move it around while I click on the object, the Image disappears like below and suddenly appears again at some time later.
I used as follows.
Code: Select all
[Function]
CTChart* p_cfiChart;
p_cfiChart->Draw((long)dc_GetHDC(), p_cfiChart->_ObjRect.left, p_cfiChart->_ObjRect.top, p_cfiChart->_ObjRect.right, p_cfiChart->_ObjRect.bottom);
I would appreciate it, if you would tell me the solution to this.