Delphi控制程序在任务栏显示与隐藏


本文整理自网络,侵删。

 //在Form的Create事件中放置如下语句

//隐藏
SetWindowLong(Application.Handle, GWL_EXSTYLE, WS_EX_TOOLWINDOW);

//显示
SetWindowLong(Application.Handle, GWL_EXSTYLE, WS_EX_APPWINDOW);

相关阅读 >>

Delphi stringtowidestring widestringtostring

Delphi 取时间戳

Delphi获取身份证号码验证码算法

Delphi 获取窗体坐标触发事件

Delphi写文本文件

idhttp使用时内存猛增,如何解决

Delphi 2009 之 tcategorypanelgroup[2]: headeralignment、gradientdirection

Delphi求解一元二次方程

Delphi 收集了比较全的字符串进制转换

Delphi idhttp友好错误信息的捕获

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



打赏

取消

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

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

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

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

评论

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