码迷,mamicode.com
首页 >  
搜索关键字:classes    ( 3495个结果
DELPHI 多线程
效果不正确unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) ...
分类:编程语言   时间:2014-07-29 21:25:12    阅读次数:271
停留在窗体下面
停留在窗体下面 处于 force my form to stay on the bottom?unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialo...
分类:Windows程序   时间:2014-07-29 21:17:42    阅读次数:264
Delphi调用Dll的的2种写法
unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;//定义类型要与原函数一样function GetUserDefau...
分类:其他好文   时间:2014-07-29 21:04:32    阅读次数:253
delphi 中DLL的建立
Dll的创建与调用 File ->New->Other->Dll Wizard DLL的创建 //可以将本代码复制粘贴到项目中 library Project1; uses SysUtils, Classes, Windows, Forms; {$R *.res} function Min(x,y:...
分类:其他好文   时间:2014-07-29 20:58:32    阅读次数:227
Image1.Canvas画图笔刷
如何背景透明 unit Unit1;interfaceusesWinapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,Vcl.Controls, Vcl.Forms...
分类:其他好文   时间:2014-07-29 20:54:52    阅读次数:230
检测Insert、Capslock、NumLock、ScrollLock状态键的状态
unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, AppEvnts, ComCtrls;typeTForm1 = class(TForm...
分类:其他好文   时间:2014-07-29 20:49:43    阅读次数:257
遍历目录及子目录
遍历目录及子目录 unitUnit1; interface uses Windows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Memo...
分类:其他好文   时间:2014-07-29 20:41:22    阅读次数:365
URL是否有效
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl...
分类:其他好文   时间:2014-07-29 20:34:42    阅读次数:207
修改PHPCMS V9相关文章、专题listorder、order排序功能的方法
phpcms v9自带的相关文章、专题等模块不支持order排序,调用的相关文章、专题默认为升序,这样就造成了一个问题,调出来的相关文章是最早的文章,没有时效性。我们只能通过修改程序文件,只需简单修改一个文件,就能达到我们的需求。 修改相关文章排序的方法: 打开根目录下的phpcms/modules/content/classes/content_tag.class.php,找到 $r...
分类:Web程序   时间:2014-07-29 18:08:32    阅读次数:215
Spring 3 + Quartz 1.8.6 Scheduler Example--reference
In this tutorial, we will show you how to integrate Spring with Quartz scheduler framework. Spring comes with many handy classes to support Quartz, an...
分类:编程语言   时间:2014-07-29 17:38:12    阅读次数:378
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!