论坛


2009年3月9日 星期一

Delphi Workshop in Belgium Last Week

Pawel Glowacki| Pawel Glowacki |13:45:43

Delphi is alive and kicking!!! Last week Delphi developers on RAD Studio workshop in Lier in Belgium were really happy to hear that Embarcadero CEO, Wayne Williams, is Delphi developer himself:-) Such small facts give us - Delphi developers world ...

写一个可拖动的 TShape - 回复 "韦韦" 的问题

万一| 万一的 Delphi 博客 |11:15:00

问题来源:http://www.cnblogs.com/del/archive/2009/03/09/1234066.html#1471535本例效果图:自定义类(TMyShape)单元 :unit Unit2; interface uses Classes, Controls, ExtCtrls; type TMyShape = class(TShape) private fMouseFlag: Boolean; fx,fy...

Remove Duplicate Items in Delphi’s TStringList

About.com| About.com Delphi Programming |04:49:35

in Delphi TIPS :: Many Delphi controls like TListBox, TComboBox and TMemo, for example, expose a property which is of the TStrings type: Items for TListBox, Lines for TMemo. When...

2009年3月8日 星期日

获取优盘序列号的实现方法

扬帆| 扬帆Blog - Delphi |23:24:35

Uses Registry;Const  DIGCF_PRESENT = $00000002;  DIGCF_DEVICEINTERFACE = $00000010;  ANYSIZE_ARRAY = 1;  SetupAPI = 'SetupAPI.DLL';Type  HDEVINFO =...

一句话获取本机 IP

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

//添加 TIdIPWatch 控件: IdIPWatch1 procedure TForm1.Button1Click(Sender: TObject); var ip: string; begin ip := IdIPWatch1.LocalIP; ShowMessage(ip); end;--------------------------新闻:分析称Twitter未来可能成为谷歌杀手导航:博客园首页 &n...

一句话判断网络是否联通

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

uses WinInet; procedure TForm1.Button1Click(Sender: TObject); begin if InternetGetConnectedState(nil, 0) then ShowMessage('已连接'); end;--------------------------新闻:分析称Twitter未来可能成为谷歌杀手导航:博客园首页  知识库 &n...

监视U盘的状态

rarnu| 橙子的Delphi技术专区-delphi |14:55:00

其实系统中的任何事件都是有消息的,U盘的插拨也不例外,让程序去接收这些消息就能知道U盘的状态此处我写了一个Demo程序,用来监视U盘插上或拨下。主要的问题就在如何去接收消息,以及接收什么消息。在DBT单元中,封装了与驱动有关的消息及API,我们只需要稍做研究,...

BCS Update .NET Source Code

CodeGear| CodeGear-CodeCentral Delphi |06:15:20

This application allows the technician to change all references in a .NET application from a local environment domain to a production domain. Updates are made to master pages, active server pages and code behind Pascal files.Within seconds the .NE...

2009年3月7日 星期六

Turbo Delphi 2006 Explorer

CodeGear| CodeGear-CodeCentral Delphi |17:38:08

<p>Turbo Delphi Explorer Free Download, Full Product, German</p><h4>Important: You must download and install the following prerequisites before installing your Turbo product</h4><p>The prerequisite installer will inst...

Remote Desktop /admin Connection to VMWare at 1920x1200

Bob Swart| Dr.Bob’s Delphi Notes |16:56:51

The Remote Desktop Connection Client 6.1 has been modified, enhanced, and causing me some grief (which I've been able to solve).

Convert MS SQL Database to MySQL

delphi3000| delphi3000.com |12:00:00

Database converter software converts all attributes and keys like rows, columns, primary key, foreign key, unique key from Microsoft SQL database to MySQL server format. Database migration utility facilitates to overwrite converted database in to ...

How to Load HTML directly to a TWebBrowser Delphi Control

About.com| About.com Delphi Programming |11:00:15

TWebBrowser Tips :: The TWebBrowser Delphi component provides access to the Web browser functionality from your Delphi apps (to allow you to create a customized Web browsing application or to...

2009年3月6日 星期五

UniCode 速查表

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

摘要: 最近经常需要查看 UniCode 全表(0000-FFFF), 用 js 写了一个.  阅读全文--------------------------新闻:携程双腿疲软:机票与酒店预订业务遭受挑战导航:博客园首页  知识库  新闻  招聘  社区 &nbs...

[转载]wince下的重起和关屏、休眠调用方法,Wm6.1 P800测试通过

廖伯志| 廖伯志的博客-Lazarus |18:32:35

原文地址:http://www.lazarus.net.cn/columns.php?action=columnswince下的重起和关屏、休眠调用方法,Wm6.1 P800测试通过一、重启PPC   ExitWindowsEx(2,0); (注意在Uses中必须加入aygshell,否则不能调用,为这个我找了好久的资料)二、休眠 &nbsp...

在Delphi中使用GLScene操作游戏手柄

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

在delphi中操作游戏手柄已经不是什么新鲜事了,著名的DelphiX就带有一个强大的DXInput组件,用于完成手柄的控制。而我这里要讲述的,是另一套强大的组件GLScene。这套组件也带有一个手柄组件,称为GLJoyStick。使用它,可以比DXInput更方便的截获手柄事件。在实现原?..

« 上一页

下一页 »