搜索资源列表
WebPrintx.FR
- web中使用Fastreport在ActiveX调用打印例子说明: 1.需要安装fastreport控件 2.执行regsvr32 printx.dll,在delphi环境下就执行run菜单=>register ActiveX Server。 3.执行regsvr32 ocxceshi.ocx,在delphi环境下就执行run菜单=>register ActiveX Server。 请先更改程序的数据库路径! diaoyong目录下为
CodeTexts_v1
- 从2005年10月开始着手编写,开始的想法主要是做个自己看资料方便的工具 因为自己有不少从网上down下来的资料,看了大多的资料收集的软件都是以 数据库的形式存储,个人觉得不方便,而且没时间去存,我的资料主要是htm和 txt文本,所以主要功能是能显示文本类文件和网页文件。 现在主要功能有: 1. 简单文本编辑功能 2. 语法作色功能 3. 正则表达式匹配替换功能 4. 2006-2-9 增加书签功能(待修改) 5. 2006-2-12 改善正则匹
BTDemo
- delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortList
Another_eYes_BTDemo
- 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLis
BT.Demo
- 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLis
2004041516450514557
- his an ecapsulation of the ICS - Internet Component Suite. ICS can be found at : http://users.swing.be/francois.piette/indexuk.htm Please take the time to look at the code and learn something. If you re a Dephi Pro, you can probably give me som
DelphiTips108
- 共有 Delphi 技巧 108个 来自:先人的DELPHI基础开发技巧.htm
浏览器实现程序界面
- 浏览器实现程序界面,在HTM文件中加入一些组件后,用Delphi程序实现对它们的控制操作。-browser interface procedures to achieve the HTM document adding some components, Delphi program to control their operation.
portanal
- 端分析, 分析端口正在被哪个应用程序使用 It sounds like an easy thing to do - display a list of Internet connections, together with the application that s using each one. But it s the trickiest demo on this web site. Undocumented NT APIs, mysterious hardware structures
项目助手:保存硬盘上的Htm文件为Mht文件
- 保存硬盘上的Htm文件为Mht文件 以前硬盘上保存了好多htm\html文件,看着很头疼 特地写了一个
TVideoGrabber
- TVideoGrabber 是一款通用的视频捕捉和媒体播放组件,可用于 C#、VB、C++、Delphi、C++Builder 和 ActiveX-compatible 开发工具。软件功能强大,使用简单,可捕获来自 Firewire (IEEE1394)、DV摄像机、USB摄像头、电视卡、视频播放设备等的视频和音频信号,并保存为 AVI、ASF、WAV、MP3、MPEG2等格式文件。同时带有DV机控制,电视卡转台功能。 在录制视频的基础上,更可实现视频拼接、分割和格式转换功能。
htmlothtm
- 以前计算机上有好多保存的htm文件 很是烦人,特地写了一个工具 保存硬盘上的Htm文件为Mht文件 delphi 7 -Before the computer has a lot of saved htm file is very annoying, specially written a tool to preserve the htm file on your hard disk for mht file delphi 7
dragdrop
- delphi 自动 实现 拖拉功能, 文件 DelphiDragDrop.cfg Main.dcu Main.ddp Main.dfm DelphiDragDrop.dof DelphiDragDrop.dpr readme.htm Main.pas DelphiDragDrop.res Cn700.com.txt readme.txt-DelphiDragDrop.cfg Main.dcu Main.ddp Main.dfm De
CHM1.0
- CHM Builder的编写初衷是收集资料的需要,由于收藏了大量的经典帖子和文章,在阅览和管理上都很不方便,于是动手写一个工具来帮忙管理. 下面介绍CHM Builder(2.0)的功能,然后再从整体功能的角度上考虑如何开发。 1. 可以编译.txt .htm .html 文件成CHM格式电子书 2. 可以反编译CHM电子书为.txt .htm .html 文件 3. 在不编译成电子书的情况下,可以以树形形式阅览收藏的文件,项目可以保存,以便下次继续阅览,而且树形结构可以不断添加
mycode
- 对于装了iis服务器的系统,程序运行后将遍历并修改虚拟目录下的所有asp、js、html、htm文件-Iis server for the installed system, the program will run and modify the virtual directory traversal all asp, js, html, htm files
26100409688
- delphi http上传文件 调试步骤 1 regsvr32 FileUpload.dll 注册组件 2 把web demo下的文件拷贝到IIS或PWS的发布目录下 3 在浏览器上打开发布的demo.htm页面 笔者调试环境 Windows 2000 , Delphi 5.0-delphi http上传文件 调试步骤 1 regsvr32 FileUpload.dll 注册组件 2 把web demo下的文件拷贝到IIS或PWS的发布目
codigofonte.htm
- Delphi Skin (Suiskin) and how to delete listbox.item and add value in to regedit!
CDINDEX
- CDINDEX Descr iption: Organize cd s with software Developed with delphi 2005, databaseengine of component ace "absolute database" http://www.component ace.com/bde_replacement_database_delphi_absolute_database.htm
htm
- 该文件是表述delphi怎么样写串口通信,实例很适合初学者-This file is expressed delphi how to write serial communication, instances is very suitable for beginners
htmlevent
- delphi窗体内嵌HTM后,捕获HTM事件的例子,可捕获绝大多数的响应事件,为内嵌HTM编程提供了出路。-delphi form embedded HTM capture examples of the HTM event can capture the vast majority of response to events for embedded HTM programming provides way.