-
delphi_readandwrite_com1_lpt1
delphi编写的串口,并口输出数据(使用了MSComm控件,附MSComm控件)(delphi read and write to com ,lpt1)
- 2009-05-19 10:36:17下载
- 积分: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
-
ListBox
If you don t know how to use the ListBox of Delphi this source code will help you. It shows how to delete an item or just unselect it.
- 2011-09-05 15:54:52下载
- 积分:1
-
powerpdf_0.9
PowerPDF.
Delphi VCL Components.
- 2018-11-28 14:38:29下载
- 积分:1
-
Delphi_write_DLL_complete
说明: delphi下制作DLL程序全面的讲解
有一些输入法的调用例子
一 Dll的制作一般分为以下几步:
1 在一个DLL工程里写一个过程或函数
2 写一个Exports关键字,在其下写过程的名称。不用写参数和调用后缀。
二 参数传递
(Use delphi to design DLL program.
call ime program
)
- 2011-02-27 06:55:57下载
- 积分:1
-
remote_test
This is simple remote access program. keyboard, mouse, not screen.
- 2011-12-07 15:59:41下载
- 积分:1
-
Delphi6CodeTemp
Delphi 程序员代码编写标准指南:为Delphi 程序员提供编码规范.(Delphi programmers coding standard guidelines: In order to provide coding norms Delphi programmers.)
- 2009-06-08 18:34:01下载
- 积分:1
-
dt012
micsdg sdlkfjl sdlkfj salksa dsaaslsa
- 2017-09-29 00:44:00下载
- 积分:1
-
Calculator_project
Delphi7实现的计算器,支持表达式计算和Windows XP计算器标准计算两种方式(A calculator implemented in Delphi7, expression calculation as well as Windows XP standard calculation are supported.)
- 2012-09-12 20:26:22下载
- 积分:1
-
delphi_help
delphi 快速入门的一个帮助文件。本人认为里面提到的数据库编程不错。(delphi help)
- 2009-06-02 22:06:27下载
- 积分:1