▍1. shutting down the system after a while
shutting down the system after a while
shutting down the system after a while
利用Delphi制作的小程序,可以对文件夹实现创建和删除的操作。-Delphi small production process to achieve folder creation and deletion of the operation.
asp.net (C#) 利用delphi ActiveForm 打印实例-asp.net (C#) using delphi ActiveForm Print examples
一个关于AdvStringGrid合并单元格的例子。-A merged cell on the AdvStringGrid example.
动态调度算法实验,实现了一个Tomasulo算法的模拟器。-dynamic scheduling algorithm experiment, the realization of a Tomasulo algorithm simulator.
软件打开之前弹出个启动画面。可以显示软件相关内容,用于丰富软件格调。
Delphi界面美化控件,相信很多人都用过-Delphi interface landscaping controls, I believe many people have used
本源码主要演示,Delphi如何拖动一个无标题栏的窗体,此前记得与大分享过不少VB类的相似源码,大部分情况下,我们习惯拖动窗口的标题栏来移动窗口,现在我们把窗口的标题栏去掉了,那么是如何实现窗口的拖动呢?其实我们可以拖动窗口的主窗口部位,同样可以拖动窗口,而且这样似乎更方便操作,关于代码的实现,请大家下载源码后,查看Unit1.pas文件。
USE, the Unicode Syntax Edit is an edit control for Delphi, with syntax highlighting and WideString/Unicode support. This edit control comes with highlighter classes for Delphi, C/C++, HTML, SQL and others.
delphi串口能信例程,一个很好的例子,并有详细注释-delphi serial routines to the letter, a very good example, and detailed notes
本文件是一个CGI类型的WEB应用程序,需要将该程序发布到IIS服务器才能正常执行,所采用的开发环境为Delphi!-This document is a CGI types of Web applications, procedures need to be released to the IIS server can be normal execution and the use of development environment for Delphi!
这是一本对Delphi开发描述非常全面的书籍!-This is one pairs of Delphi developed a very comprehensive description of the book!
新型农村合作医疗慢性病医疗证管理Delphi7 ReportBuilder -New rural cooperative medical management of chronic medical certificate Delphi7 ReportBuilder
Delphi 获取拖动到窗体中的文件的路径,这实际上是一个拖放打开文件的例子,这只不是其中的一个步骤,拖放打开是把文件拖放到本窗口中,直接打开该文件,而拖放得到路径是把文件的路径显示在窗口中,和打开文件其实难易程序是一样的。拖放后获取文件路径,代码如下: procedure TForm1.FileIsDropped(var Msg: TMessage); var NumFiles : longint; i : longint; FName : array[0..255] of char; begin SetForegroundWindow(Handle); NumFiles := DragQueryFile(Msg.WParam,$FFFFFFFF,nil,0); for i := 0 to (NumFiles - 1) do begin DragQueryFile(Msg.WParam,i,FName,sizeof(FName)); Memo1.Lines.Add(FName); end; end;
Delphi 网络电话功能源代码,利用ACM组件开发
delphi反编译工具,delphi反编译工具-decompile delphi tools, delphi decompile tool
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,创建组合框源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, create a combo box source code
关于C++Builder编程的书籍,内容不错。-About C++Builder programming, good stuff