回 帖 发 新 帖 刷新版面

主题:如何让窗口或者其它控件闪烁

用户在对话框中输入的数据不完全时点击确定按钮,时需要取消关闭,然后让相应的控件或者整个窗口闪烁该如何实现。

回复列表 (共1个回复)

沙发

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
);

我来回复

您尚未登录,请登录后再回复。点此登录或注册