本文整理自网络,侵删。
//在Form的Create事件中放置如下语句
//隐藏
SetWindowLong(Application.Handle, GWL_EXSTYLE, WS_EX_TOOLWINDOW);
//显示
SetWindowLong(Application.Handle, GWL_EXSTYLE, WS_EX_APPWINDOW);
相关阅读 >>
Delphi 用webbrowser给要访问的页面加上referer(来路)参数
Delphi 能否把.txt文件的数据导入到access数据库中
Delphi d10.x 并行库ppl编程之 futures
更多相关阅读请进入《Delphi》频道 >>