Delphi WinAPI: FlashWindow - 闪烁窗口


本文整理自网络,侵删。

 
WinAPI: FlashWindow - 闪烁窗口
//声明:
FlashWindow(
  hWnd: HWND;   {窗口句柄}
  bInvert: BOOL {设为 True 才会闪烁}
): BOOL;


//举例:
begin
  FlashWindow(Handle, True);
end;

相关阅读 >>

Delphi xe5 程序中标识win max android ios程序代码分别实现

Delphi android 安卓系统 关闭打开(显示隐藏)输入法

Delphi 判断字符串是否包含汉字,正则版和非正则版

Delphi 串口控制继电器

Delphi listbox1列表随机打乱

Delphi使用xmlhttp组件代码

Delphi ioutils 单元(5): tdirectory.tdirectory 的其他功能

Delphi用命令行加载驱动

Delphi ado连接数据库

Delphi 获得父目录�c指定级父目录

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...