-
4585346
Delphi源码实现C++代码转delphi代码,编程学习源码,很好的参考资料。(Delphi source code to achieve C++ code to Delphi code, learning programming source code, a good reference.)
- 2014-01-01 15:29:22下载
- 积分: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
-
Fuentes
App android for radio streaming in Delphi XE5
- 2021-02-19 22:49:43下载
- 积分:1
-
MySqlTools_Delphi
MySQL的一个小工具,演示Delphi如何访问MySQL.(MySQLTools Delphi)
- 2015-10-22 14:16:04下载
- 积分:1
-
instantdbx0.6
mazing technic for search bar
- 2017-08-12 14:57:22下载
- 积分:1
-
AISDecode
AIS解码例程和文档,包括经纬度,基站信息解码,校验判断,例程里主要解析了1,2,3,4,5,18,19,24号协议,另外的可以自行添加,dll采用vc6编写,有个调用的例子采用delphi7编写(AIS decoding routines and documentation, including latitude and longitude, the base station information decoding, parity judgment, the routine in the main analytical No. 1,2,3,4,5,18,19,24 agreement, the other can add their own, dll use vc6 write, there is a call to write examples using delphi7)
- 2021-03-12 18:49:25下载
- 积分:1
-
Delphi-source-VG7[1].23
说明: 功能特别强大的绘图源代码,经本人长时间加工,算是精品(Is particularly powerful graphics source code, I am a long time after processing, be regarded as fine)
- 2009-08-24 16:35:20下载
- 积分:1
-
挡案管理系统
挡案管理系统,包含一定数据文件,Delphi编写(the file management system, contain certain data files, Delphi)
- 2020-06-26 08:40:01下载
- 积分:1
-
delphi-APPLICATIONEVENTs
delphi ApplicationEvents使用说明及源码实例,编程学习源码,很好的参考资料。(delphi ApplicationEvents instructions and source code examples, programmed learning source, a good reference.)
- 2014-02-13 18:13:48下载
- 积分:1
-
select
在delphi开发平台下开发选择图像区域(In delphi development platform developed under the choice of image region)
- 2008-01-18 19:59:39下载
- 积分:1