-
powerpdf_0.9
PowerPDF.
Delphi VCL Components.
- 2018-11-28 14:38:29下载
- 积分: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
-
exeadd
可实现对exe文件进行修改和自我修改个功能,非常好的实例代码,直接调用系统底层,编写规范,思路明确,代码易读。(Exe file can be modified to achieve self-modification and functional, very good example code, call the system directly to the bottom, write specifications, ideas, clear, readable code.)
- 2011-11-24 23:16:39下载
- 积分:1
-
754
Delphi获取电脑硬盘空间容量,编程学习源码,很好的参考资料。(Delphi get computer hard disk space capacity, programmed learning source, a good reference.)
- 2014-02-06 17:58:46下载
- 积分:1
-
GetFileICON
获取并枚举.dll .exe等文件ICON(Obtain and enumeration. Dll. Exe and other file ICON)
- 2010-05-28 15:52:42下载
- 积分:1
-
GLCD4
hgtxgfrxzyhcvjhjvchgcxhgvjkbkj
- 2017-11-08 20:59:16下载
- 积分:1
-
37
Delphi实现拖动按钮移动无标题栏窗口,编程学习源码,很好的参考资料。(Delphi to achieve drag the button to move the window title bar, learning programming source code, a good reference.)
- 2014-02-08 18:24:25下载
- 积分:1
-
main_frm
midchild和midform关系的设置以及窗体自动释放(midchild and midform between settings, and automatic release form)
- 2011-07-17 13:41:53下载
- 积分:1
-
05634
Delphi简单的系统控制子系统,编程学习源码,很好的参考资料。(Sub system Delphi control system simple, learning programming source code, a good reference.)
- 2014-01-03 12:41:48下载
- 积分:1
-
MiniNotepad
winAPI实现的记事本,体积很小,有保存读取功能(WinAPI notepad)
- 2011-11-07 11:45:42下载
- 积分:1