2008年10月6日 星期一
Delphi Prism
Bob Swart| Dr.Bob’s Delphi Notes |13:06:56
Today at the Software Development Conference in The Netherlands, Nick Hodges disclosed details about Delphi Prism, which will be a Delphi.NET Visual Studio (Shell) plug-in (enabling the WinForms, WPF, ASP.NET, LINQ, SilverLight, etc.
MECSUtils ver1.09
CodeGear| CodeGear-CodeCentral Delphi |11:54:32
MECSUtils unit constains several functions and classes to support international characters with AnsiString/UnicodeString/WideString.# Please check source code for detail.Classes:--------------------- - PUnicodeChar(*1) - PUTF8Char - TEastAsianWidt...
在 ListBox 中放置一個可编辑 item 的 Edit 組件
幸福苹果| 幸福苹果-delphi |09:12:00
在ListBox 中放置一個可编辑 item 的 Edit 組件type TForm1 =阅读全文类别:delphi编程 查看评论
How to Determine if a Delphi String Matches a Pattern
About.com| About.com Delphi Programming |06:21:20
in Delphi TIPS :: Sometimes we need to know if a string matches a pattern, which is a string with wild cards (for example "?" and "*"). Read the full article...
Singleton - Delphi 7
CodeGear| CodeGear-CodeCentral Delphi |04:11:38
Neste modelo todas as classes que possuirem hernaça do mesmo terão apenas uma instancia do objeto independente do numero de vezes que o mesmo seja criado
Container and hash table for key/value pairs
CodeGear| CodeGear-CodeCentral Delphi |02:14:33
The Delphi VCL is lacking a good container for large numbers of key/value pairs. This submission contains a suitable container with a lookup mechanism based on a generic hash table implementation. The latter can be used to store any kind of object...
2008年10月5日 星期日
敬告大家
万一| 万一的 Delphi 博客 |21:02:00
这些天继续很忙, 没时间上博客回复朋友们的问题; 希望常客们替我回复一下.[新闻]Google Gears:离线应用并非唯一的使命博客园首页 社区 新闻频道 小组 博问 网摘 闪存
ObjAuto.pas单元补完
rarnu| 橙子的Delphi技术专区-delphi |20:45:00
大家都知道D2009提供的ObjAuto.pas是一个半成品,只能取方法,不能取参数。但是其实这些功能都是可以实现的我在此做个补完,供Delphi6~Delphi2009使用,同时添加了编译预处理,供各个不同版本的Delphi兼容编译特地做了个D7下的Demo,老版本的Delphi一样可以使用。有?..
Delphi系统托盘程序实现实例
幸福苹果| 幸福苹果-delphi |14:46:00
先看一段代码:unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls,shellapi, Menus, AppEvnts,Registry;阅读全文类别:delphi编程 查看评论
在Delphi窗口中创建IE风格的菜单
幸福苹果| 幸福苹果-delphi |12:02:00
是否觉得Delphi提供的菜单用起来实在没有美感呢?你可以自己用Delphi自带的VCL控件实现一个IE风格的菜单!特征包括:悬浮按钮、拖动定位、图形……所有的这些都不需要任何第三方控件,也不需要大量的编程!实现一个IE风格的菜单需要执行以下步骤的工作:1、按正常方?..
Soundvision Studio
delphi3000| delphi3000.com |12:00:00
Do you have a musical problems
soundvision
delphi3000| delphi3000.com |12:00:00
Do you have a musical problems
Delphi开发IE中添加工具栏
幸福苹果| 幸福苹果-delphi |12:00:00
http://www.cnblogs.com/liubiqu/articles/88718.html阅读全文类别:delphi编程 查看评论
用Delphi控制IE窗口
幸福苹果| 幸福苹果-delphi |11:59:00
http://tech.sina.com.cn/c/2002-09-29/15932.html程序说明:本程序用于打开IE、链接到指定的网页、获取IE地址栏中的URL地址信息及该窗口名称、激活最近打开的窗口以及关闭最近打开的窗口。程序的界面如图1:设计思想使用Delphi编程控制IE的方法有多种,在本程序中使...
Delphi 编写IE右键菜单
幸福苹果| 幸福苹果-delphi |11:57:00
引言: 无论是IE中的“图片另存为”还是QQ图片工具条,保存图片的时候都需要选择路径,文件名,然后再按保存。如果是一两张图片这样保存自然无所谓,但是如果长期需要做图片收集还是自己DIY一个菜单吧。 ...





冀公网安备 13098202000212号