Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i want to draw graph using on paint event in activex control application.
Rajesh
Just Create a Window derived from CCmdTarget in a OCX of your own. And now u just have OnPaint inside it. I hope u got the clue needed? Величие не Бога может быть недооценена.
See the CIRC tutorials in MSDN. There is one for MFC and one for ATL. Both of them use WM_PAINT to paint a circle.