yes, this is it:

Code:
class MyDraw : public CStatic
{
// Construction
public:
	MyDraw();

        //removed items....
	void DrawC(CDC& dc);
};
I tried to use Invalidate but not effect.