close
SOL:
::OnSize(UINT nType, int cx, int cy){
CRect rect;
m_Combo_Slot.GetDroppedControlRect(&rect);
m_Combo_Slot.GetParent()->ScreenToClient(&rect);
rect.bottom += 100;
m_Combo_Slot.MoveWindow(&rect);
}
全站熱搜
留言列表