就添加了这么一行代码~
HRESULT CAA::OnDraw(ATL_DRAWINFO& di)
{
// TODO: 在此添加专用代码和/或调用基类
::TextOut(di.hdcDraw,0,0,_T("saass"),5);
return __super::OnDraw(di);
}