-
Delphi interface programming skills, writing Word documents, a large number of i...
Delphi界面编程技巧,Word文档书写,提供大量界面编程方面的技巧-Delphi interface programming skills, writing Word documents, a large number of interface programming skills
- 2022-10-12 09:10:03下载
- 积分:1
-
一个仿office2007的工具条代码,很使用的控件代码,
一个仿office2007的工具条代码,很使用的控件代码,-office2007 an imitation of the tools code, is the use of the control code
- 2022-01-26 05:24:49下载
- 积分:1
-
Delphi 绘制艺术图案
Delphi 绘制标准的艺术图案,是比较有规则的几何图案,如示例截图所示的样式 。
self.ClientHeight:=200;
self.ClientWidth:=200;
r:=self.ClientWidth/2;
Sect:=20;
for i:=0 to Sect-1 do
begin
x[i]:=Trunc(r*Cos(i*2*PI/Sect)+self.ClientWidth/2);
y[i]:=Trunc(r*Sin(i*2*PI/Sect)+self.ClientHeight /2);
end;
- 2022-01-28 10:36:40下载
- 积分:1
-
Delphi小助手
Delphi小助手-主要是函数查询 本人的又一小收集,对英文不好的delphi学习者来说是个不错的助手!-Delphi his assistant-principal function is to my inquiries another small collection of bad delphi English learners is a good assistant!
- 2022-01-31 17:51:57下载
- 积分:1
-
把IP地址转化成电脑名称
在D7 中 windows xp下通过
把IP地址转化成电脑名称
在D7 中 windows xp下通过-IP address of the computer name into
- 2022-11-01 18:45:03下载
- 积分:1
-
至于这小软件的用途,就是把图片放在桌面上的一个区域,当贴画用吧。
开发环境:WINXPSP2+DELPHI7+CNPACK组件包(用了它一个文件夹选择...
至于这小软件的用途,就是把图片放在桌面上的一个区域,当贴画用吧。
开发环境:WINXPSP2+DELPHI7+CNPACK组件包(用了它一个文件夹选择框)+GraphicEx组件包(用了它对PNG和GIF的支持)-As for the small software applications, is that picture on the table of a regional, when posters with it. Development environment : WINXPSP2 DELPHI7 CNPACK kits (with it a folder selection box) Gra phicEx kits (with its PNG and GIF support)
- 2022-01-29 03:15:34下载
- 积分:1
-
Delphi 监控剪贴板的文字内容
Delphi 监控剪贴板的文字内容,这个监控程序可以监控复制到剪切板的文字信息,图片暂时不能监控到,具体的监控实现如下:
NextformHwnd:HWND;//观察链中下一个窗口句柄
procedure WMDrawClipBoard(var AMessage:TMessage);message WM_DRAWCLIPBOARD;
//处理WM_DRAWCLIPBOARD消息过程
{ Public declarations }
//将WM_DRAWCLIPBOARD消息传递到下一个观察链中的窗口
SendMessage(NextformHwnd,AMessage.Msg,AMessage.WParam,AMessage.LParam);
//查询剪贴板中特定格式的数据内容
if (Clipboard.HasFormat(CF_TEXT) or Clipboard.HasFormat(CF_OEMTEXT)) then
begin
//处理剪贴板中内容
memo1.Lines.Clear;
memo1.Lines.Add(Clipboard.asText);
end;
- 2022-01-22 10:48:45下载
- 积分:1
-
delphi应用程序自动升级控件及其源代码,并附有一个例子程序...
delphi应用程序自动升级控件及其源代码,并附有一个例子程序-delphi application that automatically upgrade control and its source code, along with an example program
- 2022-02-10 15:13:53下载
- 积分:1
-
INI简单实例 对初学问者或许有用
INI简单实例 对初学问者或许有用
-INI simple example of the novice who may be useful to ask
- 2022-06-15 02:22:16下载
- 积分:1
-
This component is a interface to the Video
This component is a interface to the Video-Capture functions in Video for Windows. Capture webcams, streaming video with sound. Component for C++ Builder, Delphi.
- 2023-05-29 10:25:03下载
- 积分:1