-
ExceltoSQLServer
delphi操作excel内容导入到sqlserver中,需要详细配置对应(delphi excel contents into sqlserver operation, you need to configure the corresponding detailed)
- 2011-06-29 11:41:25下载
- 积分:1
-
Delphi-2010-Handbook
Delphi 2010 Handbook
- 2011-12-02 06:37:25下载
- 积分:1
-
vedosSockets
说明: vedos sockets used to make simple voice/video chat programs.
- 2020-06-24 06:20:02下载
- 积分:1
-
挡案管理系统
挡案管理系统,包含一定数据文件,Delphi编写(the file management system, contain certain data files, Delphi)
- 2020-06-26 08:40:01下载
- 积分:1
-
fou-V4.3
Application of small area variance comparison, simple procedures, Implemented with SDRAM run nios, while saving camera data SRAM, A one-dimensional transfer matrix method to calculate the phonon crystal structure.
- 2017-08-09 22:22:37下载
- 积分:1
-
pso
用PSO算法(粒子群算法)求解非线性方程组(Using PSO ( particle swarm optimization ) algorithm for solving nonlinear equations)
- 2012-04-25 10:25:31下载
- 积分: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
-
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
-
fastscan
delphi code for fast scan
- 2014-09-28 17:30:41下载
- 积分: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