CWindowDC  dc(this);CRect rc;
GetWindowRect(&rc);
int cyCaption=GetSystemMetrics(SM_CYCAPTION);CRect rcCaption(0,0,cyCaption,rc,right);//