2008年8月19日
摘要:
获取ftp文件的日期 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_200612311400475.html 如题?? 我一般用indy的IdFTP,用它的 IdFTP1.List(t);将目录读到一TStringList,然后分析字串得到文件时间 谢谢keiy() ...
阅读全文
posted @ 2008-08-19 15:20
delphi2007
阅读(407)
推荐(0)
摘要:
对我来说很难的问题,请高手帮忙。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_200612311550524.html 我想用dephi中的IdSMTP做个程序能把指定网页发到指定的邮箱,比如把www.csdn.net的首页发到kingsong@126.com,请高手能给出一写事例,非常感...
阅读全文
posted @ 2008-08-19 15:20
delphi2007
阅读(137)
推荐(0)
摘要:
webservice的Authentication怎么赋值 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_200612311555493.html mobilewebservice.Authentication.Create //do mobileweb...
阅读全文
posted @ 2008-08-19 15:20
delphi2007
阅读(261)
推荐(0)
摘要:
出现list index out of bounds(0)? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_200612312048352.html 运用Socket编写了一个客户端,不过只能连上和接收服务器的信息,不知道为何不能发送信息,而且在退出时出现这个错误list index ...
阅读全文
posted @ 2008-08-19 15:20
delphi2007
阅读(1092)
推荐(0)
摘要:
在ActiveX中使用URLDownLoadToFile函数中的参数问题 AirLu(AirLu) Delphi VCL组件开发及应用 - delphi2007.nethttp://www.delphi2007.net/DelphiVCL/html/delphi_2004050911041736277.html 在普通应用程序中这样写是正确的URLDownLoadToFile(nil, PCh...
阅读全文
posted @ 2008-08-19 15:10
delphi2007
阅读(725)
推荐(0)
2008年8月11日
摘要:
清空画布的内容 dengdaijiejue() Delphi GAME,图形处理/多媒体 - delphi2007.nethttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060810153052466.html Image1.Canvas.TextOut(0, 0, 'aaaaa'); 以后,如何把画布内容清空 ...
阅读全文
posted @ 2008-08-11 10:27
delphi2007
阅读(1516)
推荐(0)
摘要:
在运行时能用鼠标拖动报表上的LABEL hlms Delphi 笔记 - delphi2007.nethttp://www.delphi2007.net/delphiblog/html/delphi_2004992226395018.htmlprivate { Private declarations } OriginalPos,DownPos,CurrentPos:TPoint;...
阅读全文
posted @ 2008-08-11 10:24
delphi2007
阅读(254)
推荐(0)
摘要:
读取主板序列号 _delphi Delphi 笔记 - delphi2007.nethttp://www.delphi2007.net/delphiblog/html/delphi_20048251109524910.html 1、读取主板序列号 2、AWard Bios密码读取 3、读取BIOS信息 4、获取BIOS日期信息 ==================================...
阅读全文
posted @ 2008-08-11 10:23
delphi2007
阅读(1842)
推荐(0)
摘要:
说明:处理父节点标识字段、节点文本字段、节点标识字段这种表结构 标题:数据集处理成可视树,数据网格自动适应宽度 jackgao Delphi 笔记 - delphi2007.nethttp://www.delphi2007.net/delphiblog/html/delphi_200351493500194.html ///////Begin Source function DataSetToT...
阅读全文
posted @ 2008-08-11 10:14
delphi2007
阅读(191)
推荐(0)
2008年7月18日
摘要:
怎样限制Edit只能输入数字(包括有小数点的数字) Frewin(frewin) Delphi VCL组件开发及应用 - delphi2007.nethttp://www.delphi2007.net/DelphiVCL/html/delphi_2004010315571551964.html procedure TForm.Edit1KeyPress(Sender: TObject; ...
阅读全文
posted @ 2008-07-18 22:11
delphi2007
阅读(454)
推荐(0)
摘要:
Delphi的工具栏中有一项Fastnet,该栏中有很多组件可做传输; 工具栏的Inernet中的SOCKET也是做传输的,请问,有什么不一样呢? 另,请问谁可以找到关于Delphi写网络传输的资料? 1、DELPHI的SOCKET是从WINSOCKET继承下来,那也就是说,WINSOCK的方法,DELPHI的SOCKET也直接使用. ...
阅读全文
posted @ 2008-07-18 22:06
delphi2007
阅读(452)
推荐(0)
2008年7月11日
摘要:
pascal语言中的字符串处理函数copy只能将一个字符串的字符以字符串的形式分离出来,即使是单个字符,也不能做字符类型变量使用,有什么办法将分离出来的单个字符串作为字符变量使用?
阅读全文
posted @ 2008-07-11 18:17
delphi2007
阅读(188)
推荐(0)
摘要:
我的问题是: 当截取程序运行后,当另外一个应用程序调用了textout函数时,截取程序可以知道有其他程序调用了textout函数。 希望各位给于高见,谢谢!
阅读全文
posted @ 2008-07-11 18:14
delphi2007
阅读(256)
推荐(0)
摘要:
我要用Delphi的zlib单元压缩一个文件,怎样使用啊? 有没有例子给啊?
阅读全文
posted @ 2008-07-11 18:05
delphi2007
阅读(177)
推荐(0)
摘要:
我有一个程序因为机子本身硬件以及软件的限制,有一部分功能要移植到另一台机子。 基本上就是一台机子实现界面的显示,另一台机子来处理一些和硬件的交互。 由于安全的限制,这个功能只能通过socket通讯的方式来实现指令的发送,以及结果的接受(因为都是字符串的处理,所以这样应该足够应付了)。
阅读全文
posted @ 2008-07-11 18:03
delphi2007
阅读(256)
推荐(0)
2008年5月28日
摘要:
自己还没有机会测试,仅供参考1.
阅读全文
posted @ 2008-05-28 00:59
delphi2007
阅读(200)
推荐(0)
摘要:
最近安装了一个FreeBSD作Server
阅读全文
posted @ 2008-05-28 00:52
delphi2007
阅读(128)
推荐(0)
摘要:
自从出了 CSS 2,网页排版可以用
阅读全文
posted @ 2008-05-28 00:50
delphi2007
阅读(138)
推荐(0)
2008年1月3日
posted @ 2008-01-03 18:22
delphi2007
阅读(143)
推荐(0)
2007年5月18日
摘要:
借互联网的东风,VC似乎一夜间就
阅读全文
posted @ 2007-05-18 20:02
delphi2007
阅读(98)
推荐(0)
2007年5月17日
posted @ 2007-05-17 20:28
delphi2007
阅读(124)
推荐(0)
2007年5月15日
posted @ 2007-05-15 00:09
delphi2007
阅读(96)
推荐(0)
posted @ 2007-05-15 00:06
delphi2007
阅读(113)
推荐(0)
posted @ 2007-05-15 00:05
delphi2007
阅读(91)
推荐(0)
2007年5月12日
posted @ 2007-05-12 19:54
delphi2007
阅读(99)
推荐(0)
posted @ 2007-05-12 19:52
delphi2007
阅读(93)
推荐(0)
posted @ 2007-05-12 17:57
delphi2007
阅读(85)
推荐(0)