2012-03-15 66 views

回答

2

只需使用你的CButton作爲MoveWindow()方法:

m_btnDoSomething.MoveWindow(CRect(0, 0, 20, 20)); 

(矩形是在客戶端座標)

相關問題