-
Anti-Monitor
delphi程序的反调试教程及源码,可以对付常见的调试手段(delphi tutorial program and the anti-debugging code, you can debug a means to deal with common)
- 2009-07-04 22:18:27下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1
-
Client
典型的delphi 书籍源码,xe 环境下的开发必备(delphi xe demo, new sample and demo for delphi programmer!)
- 2020-06-23 01:20:02下载
- 积分:1
-
md5
des加密,c#加密,还想知道什么,请上载^o^(DES encryption, c# encryption, also want to know what, please upload ^o^)
- 2018-10-10 18:00:59下载
- 积分:1
-
deepblue_RichView_1.9.38
RichView_1.9.38不知对大家有没有用。(RichView_1.9.38)
- 2010-09-03 10:40:03下载
- 积分:1
-
Multi-SSH-P-Simple-Dialer
source code plink + dialer
- 2015-05-14 08:37:37下载
- 积分:1
-
SoundGenSource
sound generator with demos
- 2019-06-20 16:06:02下载
- 积分:1
-
mrwx
说明: 吉林明日Delphi维修管理系统,access数据库(Tomorrow Delphi maintenance management system, Jilin, access database)
- 2011-03-16 11:41:52下载
- 积分:1
-
ConsolHelper
Consol Helper, is a small program that help you execute consol based programs with a lot of features,
For example,
- you can select files using standard windows dialogs before applying commands,
- entering a specified path before executing a program command.
- converting default shell path to ms.dos 8.3 length path name,
...
and much more.
- 2012-02-11 13:01:50下载
- 积分:1
-
ANSI-color
ANSI color控制台颜色示例,在delphi控制台编程时有些借鉴意义(ANSI color console color example, when some reference delphi Console)
- 2013-12-08 13:29:21下载
- 积分:1