-
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
-
MirGame
MirGame完整组件
开发传奇不可缺少的组件之一(Component Development MirGame complete legend, one of the indispensable components)
- 2020-12-10 11:09:18下载
- 积分: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
-
67120119
本人写的wap网站程序,希望给大家带来学习的好处,不错(I wrote the wap website program, hoping to bring you the benefits of learning, good)
- 2019-05-20 06:49:24下载
- 积分:1
-
Delphiwordstart
在Delphi中控制Word启动和插入表格wordstart(Control Word starts in Delphi and insert a table wordstart)
- 2014-02-26 23:15:51下载
- 积分:1
-
Delphi-MD5
Delphi MD5,含pas文件,如:加密字符串aaa MD5String( aaa ) (MD5 for Delphi, contains the pas files)
- 2014-02-10 09:06:58下载
- 积分:1
-
flexcel
excel report delphi 7
- 2019-02-27 12:51:11下载
- 积分:1
-
Delphi_COM
1 Delphi串口通信技术与工程实践 光盘
- 2016-03-17 10:07:44下载
- 积分:1
-
chat
delphi 7.0 编写的在线聊天工具,局域网内(delphi 7.0 program online chat tools on lan)
- 2014-07-31 12:55:22下载
- 积分:1
-
GameOfMir2
说明: 重新发布新改的fir代码(别人发的wis工具代码)
为了方便新手 我整合了控件 只需要安装几个控件
{全部在Component目录 如果没有请使用fir的 上传慢。。。
安装Raize JSocket 。。。。
delphix_d7 VCLZip 即使安装了 也许会编译的时候会提示 找不到 请自行设置搜索路径 就可以了
(Fir the new reform to redistribute the code (code that someone else made the wis tools) in order to facilitate the integration of a novice I need to install only a few controls control {all in the Component directory if not, please use the slow upload fir. . . Install Raize JSocket. . . . delphix_d7 VCLZip even with compile time may be prompted to set the search path to find your own can be a)
- 2011-03-20 23:12:00下载
- 积分:1