我想在1st处更改编辑控件窗口的高度,然后通过调用AnimateWindow
函数来显示更改。但它似乎不起作用。我该怎么做?
答案 0 :(得分:1)
将MoveWindow
与bRepaint=FALSE
BOOL WINAPI MoveWindow(
_In_ HWND hWnd,
_In_ int X,
_In_ int Y,
_In_ int nWidth,
_In_ int nHeight,
_In_ BOOL bRepaint // <-- FALSE
);