码迷,mamicode.com
首页 >  
搜索关键字:unit1    ( 284个结果
取MAC地址 (含多网卡),最好的方法,支持Vista,Win7
取MAC地址 (含多网卡),最好的方法,支持Vista,Win7unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,WinSock, StdCtrls;Co...
分类:Windows程序   时间:2015-03-04 22:34:54    阅读次数:257
delphi通过函数名动态调用函数的方法
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TMyCacl = class(TObject) pu...
分类:Windows程序   时间:2015-03-03 18:02:17    阅读次数:210
Delphi开篇-hello,world
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) ...
分类:Windows程序   时间:2015-02-28 12:51:33    阅读次数:166
Delphi 托盘/热键《LceMeaning》
以下代码本人在Delphi XE2下编译通过==================================================================unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, Sys....
分类:Windows程序   时间:2015-02-11 10:47:41    阅读次数:167
Delphi项目构成之项目文件DPR
12345678910111213programProject1; {关键字program,标准的Pascal源文件格式}uses{uses单元引用列表}Forms, {Forms窗体单元}Unit1 in'Unit1.pas'{Form1};{$R *.res} {编译器指令,引用项目的资源文件}...
分类:Windows程序   时间:2015-02-07 17:25:00    阅读次数:192
不存在的主窗体(自始至终隐藏)
最近做一个小程序没有固定的主窗体,流程随机性比较大所以找寻相应的方案解决方法如下 1 program Project1; 2 3 uses 4 Forms, 5 Unit1 in 'Unit1.pas' {Form1}, 6 Unit2 in 'Unit2.pas' {Form2}; ...
分类:Windows程序   时间:2015-02-05 11:08:50    阅读次数:166
delphi里修改下程序
程序代码:unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;typeTForm1 = class(TForm) But...
分类:Windows程序   时间:2015-02-02 21:19:18    阅读次数:263
Delphi锁定鼠标 模拟左右键 静止一会自动隐藏鼠标
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ImgList, ComCtrls, ExtCtrls;typ...
分类:Windows程序   时间:2015-01-29 22:22:47    阅读次数:243
Delphi FindowWindow,FindowWindowEx
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) ...
分类:Windows程序   时间:2015-01-28 17:25:23    阅读次数:208
让 Delphi 程序只运行一个副本
program mutex; uses ? Windows, ? Forms, ? Unit1 in ‘Unit1.pas‘ {Form1}; {$R *.res} const ? MutexStr = ‘4C3201D5-6A5A-4B8B-A2F0-B103985705F4‘; // GUID var ? hAppMutex: THandle; begin ? Report...
分类:Windows程序   时间:2015-01-27 09:36:30    阅读次数:196
284条   上一页 1 ... 21 22 23 24 25 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!