SetWindowPos (NULL, x, y, cx, cy, SWP_HIDEWINDOW); switch(tab) { case 0: m_TabPage1.SetWindowPos(NULL, x, y, cx, cy, SWP_SHOWWINDOW); break; ...
確定! 回上一頁