本文整理自网络,侵删。
if CheckBox1.Checked then
SetWindowPos(Handle,HWND_TOPMOST,0,0,0,0,SWP_NOSIZE + SWP_NOMOVE)
else
SetWindowPos(Handle,HWND_NOTOPMOST,0,0,0,0,SWP_NOSIZE + SWP_NOMOVE);
end;
相关阅读 >>
Delphi 过卡巴2009和沙盘启发杀毒的Delphi源代码
Delphi twebbrowser出现 method pastehtml not supported by automation object 解决方法
Delphi 注入不用writeprocessmemory 函数
Delphi richedit 的scrollbar自动向下滚动
更多相关阅读请进入《Delphi》频道 >>