-
Tips2008
Delphi source code APLICATION
- 2016-05-01 00:23:05下载
- 积分:1
-
json-for-delphi
delphi 用来解析json文件的源码,非常好用的代码(delphi source code used to parse json file, very useful code)
- 2013-07-24 21:00:31下载
- 积分:1
-
63
说明: 利用HotImages属性变换图像,Delphi编程学习源码,很好的参考资料。(Use HotImages property rollovers, Delphi programming learning source, a good reference.)
- 2014-02-10 19:32:23下载
- 积分:1
-
DWGdirectX1.12.04-2289
AUTOCAD中DWG文件格式的API,可实现DWG文件的读取和储存.Net,Delphi,VB,VC均有例子(AUTOCAD in the DWG file format of the API, the realization of DWG files can be read and stored. Net, Delphi, VB, VC are examples)
- 2007-11-29 11:04:40下载
- 积分:1
-
7536
极简单的Delphi数据库连接参数配置程序,编程学习源码,很好的参考资料。(Very simple Delphi database connection parameters, programming learning source, a good reference.)
- 2014-02-07 11:02:36下载
- 积分:1
-
745
Delphi 图像局部放大,编程学习源码,很好的参考资料。(Delphi partial enlarged images, programmed learning source, a good reference.)
- 2014-01-13 15:01:55下载
- 积分:1
-
rolling
Delphi写的位图滚动控件,TSpinButtor组件。(Bitmap scroll controls written in Delphi, TSpinButtor components.)
- 2013-04-19 15:04:49下载
- 积分:1
-
dx_sample
delphi sample for exmaple parceque j ai beois
- 2014-12-03 06:53:09下载
- 积分:1
-
DIgSILENT
本文主要介绍digsilent/powerfactory软件及其使用方法,内容全面易懂(This paper describes digsilent/powerfactory software and methods of use, comprehensive understandable)
- 2013-09-05 16:10: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