论坛


2009年1月10日 星期六

自己写的与身份证相关的几个函数,欢迎试用

小城太阳| 网络天空vistra-Delphi |23:50:00

阅读全文类别:软件(delphi) 查看评论

关于结构体与类型转换的一点小技巧

万一| 万一的 Delphi 博客 |19:48:00

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; Button3: TButton; Button4: TButton; ...

Vampyre Imaging Library 0.26.2

CodeGear| CodeGear-CodeCentral Delphi |13:37:00

Imaging is native Object Pascal image loading, saving andmanipulation library. It is available for several platformsand does not require any third party dynamic libraries or other compiled binaries.Imaging library features: -- Native Object Pasca...

Programmatically Download a File from the Internet with Progress Indicator using Delphi

About.com| About.com Delphi Programming |12:00:59

Delpohi TIPS :: If you need to save the contents of a specified URL to a file - and be able to track the download progress, use the TDownLoadURL Delphi...

2009年1月9日 星期五

TImage、TPaintBox、TPicture、TBitmap、TCanvas、TGraphic 的关系与区别

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

TGraphic 是 TBitmap 的父类, 很多绘图函数的参数是 TGraphic, 但我们经常给函数的是 TBitmap;TBitmap 的很多功能都是继承自 TGraphic, 譬如:Width、Height、LoadFromFile、SaveToFile、LoadFromStream、SaveToStream;还有 Palette(调色板)、Transparent(是否透明) ?..

Delphi : 自动升级组件 AutoUpgrader简单教程(写给初学者)

幸福苹果| 幸福苹果-delphi |19:08:00

http://hi.baidu.com/zhaolinzeng/blog/item/d8c3d433687e7c46ac4b5f31.html2008-06-14 23:11AutoUpgrader简单教程(写给初学者)1.放置一个TauAutoUpgrader在窗体上2.双击auA阅读全文类别:delphi编程 查看评论

让WebBrowser控件支持系统主题

rarnu| 橙子的Delphi技术专区-delphi |16:17:00

这个问题来源于我的MSN群,要求在WebBrowser控件内显示页面时,页面元素跟随系统主题而我看了一下WebBrowser控件,的确是没有办法设置主题跟随的,于是就有了以下的解决方案跟据MSDN的资料,我们需要实现几个接口,并自己编写一个记录,如下:TWebBrowser =class(TWe...

Delphi 与 DirectX 之 DelphiX(2): DelphiX 各单元概览

万一| 万一的 Delphi 博客 |12:02:00

DXClass|DXDraws|DIB|DXSounds|DXWave|DXPlay|DXSprite|DXInputDXClass 单元TControlSubClass TControlSubClassProc TCustomDXTimer TDirectX TDirectXDriver TDirectXDrivers TDXForm TDXPictureClip TDXTimer TDXTimerEvent THashCollection THashCollectionItemTD...

Your Thoughts on Third-parties

Nick Hodges| Nick Hodges |07:54:25

Attention Delphi Third-party Fanboys! Our intrepid Delphi Product Marketing Manager, Tim Del Chiaro, has put together some surveys about third-party support for our products, what the best ones are, who you like, etc. Delphi - http://www.surveymon...

Calculating Pi

Nick Hodges| Nick Hodges |07:49:50

This was fun to write.? I read this interesting post on StackOverflow, which had an answer about asking interview questions, and this was the example he gave: Given that Pi can be estimated using the function 4 * (1 - 1/3 + 1/5 - 1/7 + …) wi...

Retrieving volume’s (disk / drive) Serial Number using Delphi

About.com| About.com Delphi Programming |03:00:58

in Advanced Delphi :: In short, the serial number of a (logical) drive is generated every time a drive is formatted. When Windows formats a drive, a drive's serial number...

绘制一个钢琴键盘

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

刚帮朋友解决了一个小问题, 这是其中的小片段:本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls; type TForm1 = class(TForm) Panel1: TPanel; pro...

2009年1月8日 星期四

JIT (Just-in-Time) Debugger Switcher

CodeGear| CodeGear-CodeCentral Delphi |16:07:08

The app modifies the registry entry HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger with whatever information you put in the INI file under the "Debugger" parameter.Six different JIT Debuggers can...

提取网页中的所有链接、点击第 n 个链接 - 回复 "刘丽" 的问题

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

问题来源:http://www.cnblogs.com/del/archive/2009/01/08/1370907.html#1425544本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, OleCtrls, SHDocVw; type ...

DeCAL for Delphi 2009

CodeGear| CodeGear-CodeCentral Delphi |14:05:04

The Delphi Container and Algorithm Library (DeCAL) is a powerful library of reusable container classes, generic algorithms, and an easy to use persistence mechanism. It is similar to and based on Stepanov's STL.This is a port of Ross Judson's DeCA...

« 上一页

下一页 »