C++ MFC 改变控件大小和位置
摘要:
用CWnd类的函数MoveWindow()或SetWindowPos()可以改变控件的大小和位置。void MoveWindow(int x,int y,int nWidth,int nHeight);void MoveWindow(LPCRECT lpRect);第一种用法需给出控件新的坐标和宽度... 阅读全文
posted @ 2015-06-15 15:27 鹿我所录 阅读(5400) 评论(0) 推荐(0)
浙公网安备 33010602011771号