上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 75 下一页

2015年7月17日

DELPHI 数学函数+字符处理函数

摘要: System单元 Trunc(1234.5678);{1234} Trunc(-1234.5678);{-1234} Round(1234.5678);{1235} Round(-1234.5678);{-1235} {Int 和 Trunc 都是向 0 方向舍入, 貌似结果一直, 但它们返回的类型 阅读全文

posted @ 2015-07-17 11:23 疯狂delphi 阅读(406) 评论(0) 推荐(0) 编辑

教程-for do、while do 中循环退出

摘要: 1.注意条件设置 for i:=1 to 10 dobegin if i>5 then begin break; end;end; break 全部continue 本次 阅读全文

posted @ 2015-07-17 11:22 疯狂delphi 阅读(1612) 评论(0) 推荐(0) 编辑

问题-WIN7 ..\Bin\InitCC32.exe".进程无法访问(拒绝访问)

摘要: 问题现象: 问题原因:是InitCC32.exe没有权限。 问题处理:在DELPHI7的安装目录里设置用户权限,加入EVE... 这个用户。 阅读全文

posted @ 2015-07-17 11:20 疯狂delphi 阅读(977) 评论(0) 推荐(0) 编辑

BAT-使用BAT方法清理Delphi临时文件

摘要: @echo off del /S *.~* del /S *.dcu del /S *.dsk del /S *.hpp del /S *.ddp del /S *.mps del /S *.mpt del /S *.bak del /s *.dof del /s *.cfg del /s *.ex 阅读全文

posted @ 2015-07-17 11:18 疯狂delphi 阅读(517) 评论(0) 推荐(0) 编辑

键盘,鼠标,文件

摘要: 1.onkeydown:键盘按下。 ­ 2.onkeypwess:ASCII字符时。 ­ 3.onkeyup:放开键盘时。 ­ ­ 1.onclick:单击鼠标任何一键时。 ­ 2.onmousedowm:单击鼠标时。 ­ 3.onmousemove:在对象上移动。 ­ 4.onmouseup:放开 阅读全文

posted @ 2015-07-17 11:18 疯狂delphi 阅读(400) 评论(0) 推荐(0) 编辑

画布.画笔.画刷

摘要: canvas 画布 ­ pen 画笔 ­ brush 画刷 ­ 画布对象 ­ 1.moveto(x.y:integer); 开始点 ­ 2.lineto(x.y:integer); 线 ­ 3.rectangle(x1.x2.x2.x3); 方 ­ 4.ellipse(x.y.x1.y1); 圆 ­ 阅读全文

posted @ 2015-07-17 11:17 疯狂delphi 阅读(476) 评论(0) 推荐(0) 编辑

Delphi外挂开发网站

摘要: http://cheatengine.org/http://wenku.baidu.com/view/2d5de818964bcf84b9d57b15.html [delphi外G]http://blog.chinaunix.net/u/14607/showart.php?id=2098429 [基 阅读全文

posted @ 2015-07-17 11:16 疯狂delphi 阅读(1068) 评论(0) 推荐(0) 编辑

教程-经典Delphi教程网

摘要: 有理想+志同道合的人+取长补短去协同工作=完美团队一流的项目 + 三流的执行者 = 垃圾项目三流的项目 + 一流的执行者 = 完美项目 自己公司网址:http://www.kaideruixin.icoc.cc/电脑管家误报提交地址:http://bbs.guanjia.qq.com/forum.p 阅读全文

posted @ 2015-07-17 11:15 疯狂delphi 阅读(5035) 评论(0) 推荐(0) 编辑

教程-Delphi各版本与工具下载地址

摘要: 1.Delphi 7.0 下载地址:http://www.skycn.com/soft/2121.html 注册码:(正在用的没有问题)V8S3-KM82KQ-XN8JQK-EPS33EA-GZK汉化程序: http://www.hanzify.org/index.php?Go=Show::List 阅读全文

posted @ 2015-07-17 11:14 疯狂delphi 阅读(1061) 评论(0) 推荐(0) 编辑

2015年7月13日

教程-Delphi第三方控件安装卸载指南

摘要: 1 只有一个DCU文件的组件。DCU文件是编译好的单元文件,这样的组件是作者不想把源码公布。一般来说,作者必须说明此组件适合Delphi的哪种版本,如果版本不对,在安装时就会出现错误。也正是因为没有源码,给使用者带来了不便,那就是一旦Delphi版本升级,此组件就不能再使用了,当然有的作者给出了几种 阅读全文

posted @ 2015-07-13 16:11 疯狂delphi 阅读(1226) 评论(0) 推荐(0) 编辑

上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 75 下一页

导航