本文整理自网络,侵删。
//在Form的Create事件中放置如下语句
//隐藏
SetWindowLong(Application.Handle, GWL_EXSTYLE, WS_EX_TOOLWINDOW);
//显示
SetWindowLong(Application.Handle, GWL_EXSTYLE, WS_EX_APPWINDOW);
相关阅读 >>
Delphi stringtowidestring widestringtostring
Delphi 2009 之 tcategorypanelgroup[2]: headeralignment、gradientdirection
更多相关阅读请进入《Delphi》频道 >>