主题:如何让窗口或者其它控件闪烁
tr0217
[专家分:730] 发布于 2010-08-04 13:52:00
用户在对话框中输入的数据不完全时点击确定按钮,时需要取消关闭,然后让相应的控件或者整个窗口闪烁该如何实现。
回复列表 (共1个回复)
沙发
lihun [专家分:190] 发布于 2010-08-25 17:54:00
The FlashWindow function flashes the specified window one time. It does not change the active state of the window.
To flash the window a specified number of times, use the FlashWindowEx function.
BOOL FlashWindow(
HWND hWnd,
BOOL bInvert
);
我来回复