2009年4月22日
摘要: 如何实现当有新邮件时主界面及时提醒??----------------在线等! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204162033297.html 当用户A给用户B发送邮件后,用户B的主界面上进行及时提醒??不用time控件间隔从数据库中提取记录. 请帮帮小弟吧.... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 如何设计一个软件的架构,使它可以提供二次开发的功能? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204120343300.html 如题。 哈?这个问题很深奥哦,可以先看看 gof的软件设计模式 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 注册表压缩? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204144814299.html 很多软件都有注册表压缩功能,有没有哪位大侠知道怎么用代码实现注册表的压缩? 我也想知道,好奇中 我也想知道,好奇中 ========================== ... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 新手提问 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204150703298.html 有两个文本文件 文件1内容 444 333 222 111 文件2内容 111 222 我想在文件1中每读... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 如何使用overload Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204165744296.html 我在unit1中定义了一个涵数funciton xxx(cc):double,我想在unti5中重载,请问在unit5中该怎样用呢?还有就是在unit1中是否需在涵数funci... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(440) 评论(0) 推荐(0) 编辑
摘要: Debugger Exception Notification问题?? ?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204190804295.html program Project2; {$APPTYPE CONSOLE} u... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 我是新手,请问关于建登陆模块的代码问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204220038294.html 假设我在做系统需要"管理员"和"普通用户"登陆,那在表格里我有"userload""password""rights'分别表示"用户名""密码""权限","权限"可以... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(317) 评论(0) 推荐(0) 编辑
摘要: delphi小数位置 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204220041293.html TBCD 类型具体怎么用呢? 现在我用delphi定义的是double类型,我在excel里面算的时候能显示到小数点后16,17位置,为什么在delphi里就显示10位?... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 请教程序终止问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204224249292.html 1.新建一个 application 主窗口Form1 2.主窗口中放置一个Button,点击该Button,Form1.free,同时显示另外一个窗口Form2 ... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 文本内容处理的问题,请教! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205001316290.html 我有一个asp的文本文件,要从里面读取一部分内容,格式是固定的 279行 SICA 这行要读取 userID~后到.asp前的 ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 怎样读写一个二进制文件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205105447289.html 怎样读写一个二进制文件,比如 2356EEDF23CDE79OCDEEFXBP 以二进制的形式写入到一个 任意格式的文件中 如 ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 请问"="的用法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205114622288.html 请问"="的用法 ?? 就是等于嘛 就等于嘛 这个还要问-_#! 这个问题比较尖端,难道是传说中的"哥德八赫猜想"证明1+1=2? "="为什么会是是等于 Objec... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 如何绘制类似仓库的平面位置图 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205115218287.html 如何绘制类似仓库的平面位置图,图中的每一个货物位置都是不规则的多边形,点击图中某一货物位置可以调用相应的Form显示不同的货物信息。 完全基于数据库的地图实现技术 ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 如何写这算法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206162055262.html 有这样一个对应关系 1-A 2-B 3-C ... 26-Z 27-AA 28-AB ... 想输入数... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 表格图形处理? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206163149261.html 请问:我想实现在dbgrid1的第一列加上图标(是男的一种是女的一种)我想根据男/女来判断加的图标;请问这个怎实现呢;我在网上找到一段码. 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 请高手帮帮忙!有分送! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206164919260.html 有没有复制文件夹的API函数!!!如果有怎么用?> y谢谢! 没有一个函数就能把文件夹和里面的文件一起就搞定的,除非是你自己写,系统没有标准的function 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 报表的相关问题,急啊! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206170144259.html 我用的是QReport做报表。 我以前做是用QRDBText连数据库显示的,数据再多也会自动一页一页增加下去的。但是现在问题是我没有用数据库,直接就是要把计算出... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(313) 评论(1) 推荐(0) 编辑
摘要: InputQuery('输入查询条件','查询品名为' Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206181606258.html InputQuery('输入查询条件','查询品名为', NewString); 运行时,'查询品名为'才显示为... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 请教如何在窗体加载时指定其大小和位置? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205145939282.html 如题。 procedure TForm1.FormShow(Sender: TObject); begin Top:=20;... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 对象有没有类似于ZeroMemory的方法? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205174106281.html 把对象所包含的所有数据清零。 之前以为是CleanupInstance,但试了一下,不对。 没有 这么直接呀。。。 再考虑考虑? 有! ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(510) 评论(0) 推荐(0) 编辑