如何让del+CTRL+ALT看不见程序运行
为了让程序用ALT+DEL+CTRL看不见,在implementation后添加声明: function RegisterServiceProces…
逼格更高
为了让程序用ALT+DEL+CTRL看不见,在implementation后添加声明: function RegisterServiceProces…
(* Window List Component 1.5 by Jerry Ryle Aaugh! I accidentally uploaded the wrong sourc…
//============================================================================== //作者:…
unit StartPostUnit; interface uses Classes,IdBaseComponent,stdctrls,Sysutils,IdComponent,…
{ ************************************************************************* * Name: Crypt…
//利用本示例可以在别的程序建立自己的图形及事件 unit Unit1; interface uses Windows, Messag…
比如下面这段代码 IdHTTP1:=TIdHTTP.Create(nil); try IdHTTP1.Get(CheckURL, MS); //保存到内…