我正在嘗試使用WM_SIZE事件來強制應用程式具有最小大小的程式碼: case WM_SIZE: int nWidth; int nHeight; int _dWidth; int _dHeight; _dWidth = 870 ...
確定! 回上一頁