论坛


2008年10月13日 星期一

使用飞信SDK开发短信收发程序

rarnu| 橙子的Delphi技术专区-delphi |13:57:00

利用飞信的协议可以在线收发消息,或是向手机发送消息。由此,可以自己来完成一个IM工具。本文即是对飞信SDK的使用方法,及如何开发作一个说明。一、引用FetionSDK飞信是采用C#开发的,所有的程序集均是.NET,因此我们也需要使用Delphi.NET/Chrome来进行相关的开发。...

Internet Explorer Passwords Recovery

delphi3000| delphi3000.com |12:00:00

How to recover lost or forgotten internet explorer passwords?

Oracle TNSPING via TCP with TNS Packets

delphi3000| delphi3000.com |12:00:00

I recently had the need to do an Oracle TNSPING programatically. After a bit of research I found that this is accomplished via TNS Packets to the Listener. An interesting side effect of this is that the Oracle Version number is returned in te resp...

Oracle TNSPING using TNS Packets and TCP

delphi3000| delphi3000.com |12:00:00

I recently had the need to do an Oracle TNSPING programatically. After a bit of research I found that this is accomplished via TNS Packets to the Listener. An interesting side effect of this is that the Oracle Version number is returned in te resp...

Delphi 2009 DBX 5 Connection VIDEO

CodeGear| CodeGear-CodeCentral Delphi |09:50:27

Delphi 2009 DBX 5 Connection VIDEOBuilding a ConnectionRegardsBruno Lichot

Formatting a File Size in Bytes for Display - Convert Bytes to Delphi String (KB, MB, GB)

About.com| About.com Delphi Programming |01:43:01

in Delphi TIPS :: When working with files from Delphi you might want to display the size of a file to the user in a Explorer-like format where the file...