-
67
Delphi注册表键值保存信息,编程学习源码,很好的参考资料。(Delphi registry key to save the information, learn programming source code, a good reference.)
- 2014-01-24 12:59:19下载
- 积分:1
-
Fuentes
App android for radio streaming in Delphi XE5
- 2021-02-19 22:49:43下载
- 积分:1
-
only
Reprint only shows that the program is very high
- 2019-04-19 04:43:26下载
- 积分:1
-
534
Delphi根据计算机名称获取IP地址,编程学习源码,很好的参考资料。(Delphi to obtain an IP address, computer name based on the source code to learn programming, a good reference.)
- 2014-02-10 14:32:45下载
- 积分:1
-
EntAppClientEE6
delphi vcl component
- 2018-05-08 00:43:24下载
- 积分:1
-
tugas-basisdata
Largest 100M, the name should less 40 bytes long and should be English. Only support .rar,.zip,.gz files
Directory:
选毡碌姆讇锟� Java Books
SourceCode/Document
E-Books
Visual C++ Books
Java Books
Delphi-C++Builder
software engineering
Certification book
Other Books
Document
[Expand all]
[Recomment to add directory]
(Important)
Why your files are not be used?
1.The content is too simple
2.Is not a sourcecode or document
3.lost some files
4.Description is not detailed or not correct
5.Compressed file has password
6.Sourcecode duplicate or already e
- 2014-11-12 12:24:16下载
- 积分:1
-
Delphi
清华大学申旻主编的delphi教程,适用于有一定基础的delphi用户,是一本不错的辅导书!(Tsinghua University, edited by Shen Min delphi tutorial for certain users based delphi, counseling is a good book!)
- 2010-05-09 08:50:31下载
- 积分:1
-
346
Delphi开机自启动+添加桌面快捷方式源代码实例,编程学习源码,很好的参考资料。(Delphi boot from the start+ add desktop shortcut source code examples, programmed learning source, a good reference.)
- 2014-02-10 19:30:25下载
- 积分:1
-
Tips2008
Delphi source code APLICATION
- 2016-05-01 00:23:05下载
- 积分: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