论坛


2009年11月9日 星期一

delphi WebBrowser、MSHTML在Delphi中的使用

幸福苹果| 幸福苹果-delphi |17:33:00

http://lzjlv.blog.163.com/blog/static/40319296200981883459359/类别:delphi编程 查看评论

delphi mht

幸福苹果| 幸福苹果-delphi |17:33:00

These might help:http://www.delphi3000.com/articles/article_3991.asp?SK=mhthttp://www.delphi3000.com/articles/article_4373.asp?SK=mhthttp://www.cnblogs.com/stswordman/archive/2006/05/15/400686.html阅读全文类别:delphi编程 查看评论

Video: Multiple DataSnap Server Targets Part 2

CodeGear| CodeGear-CDN Delphi |17:00:00

进程间共享内存及消息传递组件

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

自己做的一个共享内存组件; 原来是一个单元引用,加入进程间的消息传递;做成了组件; ①、简单的字符串共享与消息传递; Gloablesharemem.Init('jk_ShareData',1000); //初始化 共享内存文件的句柄,及大小; Gloablesharemem.dataAsString 读写; Glo...

php4Delphi: PHP extensions development framework

CodeGear| CodeGear-CodeCentral Delphi |13:54:13

PHP4Delphi 7.2 is a Visual Development Framework for creating custom PHP Extensions using Delphi. Using PHP4Delphi you can create native PHP extension in a couple of minutes!PHP4Delphi also allows executing the PHP scripts within the Delphi progra...

Delphi / RAD Studio 2010 Launch in Zagreb, Croatia. Recap.

About.com| About.com Delphi Programming |09:16:41

inDelphi 2010 Launch::13/10/2009. Delphi / RAD Studio launch in Zagreb, Croatia. Along with representatives of KONTO Pozega (local Embarcadero partner) a distributor for the Western Balkans, the new RAD Studio 2010 included special guests: Mr Mark...

2009年11月8日 星期日

D2010 New RTTI 妙解 Xml DataBinding:开篇

TinTinSoft| 碧水航工作室-delphi |23:56:00

Xml DataBinding最大的优点是,用接口和类替代了复杂繁琐的XML节点。一般使用当然没有问题,无非是XML层层的节点看作接口与接口的层级关系。但是,如果你想做一个通用的动态访问XML绑定接口类,问题就凸显麻烦了。由于TXMLDocument基于Interface机制,在生成的Xml Da...

Remobjects WebService的NameSpace问题之二:问题已经修复

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

        在我把DEMO和WSDL发给RO support后,隔了3天左右,RO就把问题修复了,并且把RODL和相应的Sources修正代码发给我。看来RO很重视WebService问题,有些复杂的WSDL标准估计他们没有想到,导致ServiceBulider解析“WSDL...

Delphi and Delphi Prism Partner Solution: The Technology of the QuantumGrid

CodeGear| CodeGear-CDN Delphi |17:00:00

2009年11月7日 星期六

DLL制作向导(接口模式)

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

接口模式的制作DLL方法向导 释放的目标文件夹就是 DLL工程文件夹 释放完成后,输入DLL的文件名 优点: 1、DLL只导出固定的两个方法,获取接口和释放接口函数。 象普通类一样使用接口的方法; 2、释放非常干净,可实时删除DLL 其他: 1、调用时,需要引用了接口定义文...

美化版的JvOutLookBar

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

JVCL是一套非常好的开源控件库,其中有outlookbar控件,本人将它修改了一下,可以通过自定义图片,颜色,渐变来打造个性的外观 资源名称:XJJvOutBar 资源描述: 美化版的JVouLookBar控件 使用前先使用我修改过的jvoutlookbar.pas覆盖原版的文件, 然后重新编译JvCus...

QQ空间\校友农场外挂源代码

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

代码是转载而已。无通过测试~ 只做技术性参考~。不是我原创的。请不要攻击我

Habari XB Client 1.2 b1 - xmlBlaster MoM client for Delphi

CodeGear| CodeGear-CodeCentral Delphi |11:17:54

Habari XB Client is a Message oriented Middleware (MoM) client component for the xmlBlaster Open Source message broker. With this component and xmlBlaster, it is possible to exchange data between clients written in Delphi, PHP, Perl, Python, C, C+...

操作 Wave 文件(6): 获取 Wave 文件的波形数据

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

  阅读: 35 评论: 0 作者:万一发表于 2009-11-07 00:05原文链接读取函数及测试代码:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button...

2009年11月6日 星期五

操作 Wave 文件(5): 获取 Wave 文件的格式信息

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

  阅读: 31 评论: 0 作者:万一发表于 2009-11-06 23:34原文链接装载格式信息的结构有:TWaveFormat = packed record wFormatTag: Word; nChannels: Word; nSamplesPerSec: DWORD; nAvgBytesPerSec: DWORD; nBlockAlign: Word; end; TPCMWaveFormat = rec...

« 上一页

下一页 »