论坛


2009年10月30日 星期五

On the Road with Nick

Nick Hodges| Nick Hodges |08:21:29

Hey, I might not be the Delphi Product Manager any more, but that doesn’t mean that I won’t be going out on the road to see customers and show off RAD Studio 2010!  I will be making three tour stops as part of the RAD Studio 2010 Road Show....

Setting up IIS on Windows 7 to Build Web Services with RAD Studio 2010

CodeGear| CodeGear-CDN Delphi |04:09:23

Understanding ScreenToClient and ClientToScreen Delphi methods

About.com| About.com Delphi Programming |02:00:41

in Delphi TIPS::Every Delphi control, descendant of the TControl class, exposes two methods you can use to convert point coordinates: ScreenToClient and ClientToScreen.In screen coordinates (0, 0) corresponds to the upper left corner of the screen...

Remobjects WebService的NameSpace问题

TinTinSoft| 碧水航工作室-Remobjects |00:02:00

Remobjects WebService 应该是delphi平台上最好的WebService 编程,其最大优点是可以对立运行,脱离IIS环境,并可以结合RO SDK其他的通讯接口。但我在几天的测试中,发现不支持一些复杂的WSDL文件,比如含有 NameSpace:<?xml version="1.0" encoding=&...

2009年10月29日 星期四

DynamicSkinForm v.10.81

CodeGear| CodeGear-CodeCentral Delphi |19:53:20

DynamicSkinForm VCL library help you to create applications with skins. Skins support for forms, menus, hints, many standard and non-standard original controls. Skins with many objects, effects help you to create standard and non-standard cool ap...

BusinessSkinForm v. 7.81

CodeGear| CodeGear-CodeCentral Delphi |19:46:30

BusinessSkinForm VCL library help you to create applications with skins support for forms, menus, hints, many standard and DB controls. You can create your skins with special editor. Develop your business applications with BusinessSkinForm VCL!Fea...

Free 50+-page white paper on Delphi / RAD Studio 2010 DataSnap

Bob Swart| Dr.Bob’s Delphi Notes |19:45:55

My free 50+-page white paper (plus videos) on Delphi / RAD Studio 2010 DataSnap is now available for download. In this paper and videos, I provide a hands-on approach to the power and flexibility of DataSnap in RAD Studio 2010.

Code page-aware Hunspell wrapper

CodeGear| CodeGear-CodeCentral Delphi |17:26:35

Hunspell is the open source spell checking engine used in OpenOffice; this wrapper class calls into a DLL compiled from the standard Hunspell sources, with one such DLL (built using v1.2.8 of Hunspell) included in the ZIP. The wrapper itself is th...

Help Update 1 for RAD Studio, Delphi & C++Builder 2010 available now

CodeGear| CodeGear-CDN Delphi |03:06:30

2009年10月28日 星期三

keyspy键盘HOOK控件(无下载!)

DELPHI盒子| Delphi盒子 |16:10:00

unit Keyspy; interface uses {$IFDEF WIN32} Windows, {$ELSE} WinTypes, WinProcs,{$ENDIF} SysUtils, Controls, Classes, Messages, Forms; type TOnKeySpy = procedure(Sender: TO...

JSON 之 SuperObject(17): 实例 - 借用 Google 实现全文翻译

万一| 万一的 Delphi 博客 |14:52:00

  阅读: 23 评论: 0 作者:万一发表于 2009-10-28 14:52原文链接调用 Google 翻译的地址格式:http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=" + 原始文本 + "&langpair=" + 原语言 + "%7C" + 目标语言返回的数据格式如下, 可以用 responseD...

JSON 之 SuperObject(16): 实例 - 解析 Google 关键字搜索排名

万一| 万一的 Delphi 博客 |09:42:00

  阅读: 40 评论: 0 作者:万一发表于 2009-10-28 09:42原文链接同上例类似, 通过 'http://clients1.google.cn/complete/search?&q=' + "关键字" 可以获取 Google 的关键字搜索排名.我用 Delphi 为关键字得到的结果是:window.google.ac.h( ["Delphi",[ ["de...

2009年10月27日 星期二

JSON 之 SuperObject(15): 实例 - 模拟 Google 搜索

万一| 万一的 Delphi 博客 |23:04:00

  阅读: 66 评论: 0 作者:万一发表于 2009-10-27 23:04原文链接本例测试效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) M...

将字符串转换成 UTF8 编码的函数

万一| 万一的 Delphi 博客 |22:32:00

  阅读: 52 评论: 0 作者:万一发表于 2009-10-27 22:32原文链接这种转换一般用于网页地址; 我不知道 Delphi 是不是有现成的函数, 用到了就写了一个.//函数: function ToUTF8Encode(str: string): string; var b: Byte; begin for b in BytesOf(UTF8Encode(str)...

使用 IXMLHTTPRequest 简单获取网页源代码

万一| 万一的 Delphi 博客 |21:05:00

  阅读: 74 评论: 6 作者:万一发表于 2009-10-27 21:05原文链接unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Memo1: TMemo; Button1...

« 上一页

下一页 »