论坛


2008年12月13日 星期六

屏幕数据键盘

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

http://delphi.ktop.com.tw/board.php?tid=56498类别:delphi编程 查看评论

GB2312编码的中文字符转换成Unicode编码

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

http://topic.csdn.net/t/20050615/16/4084603.htmlhttp://topic.csdn.net/t/20030919/11/2278002.html通过Delphi的WideString类型转换,可以巧妙地实现GB2312到Unicode的编码转换.下面是实现中文编码的部分Delphi 5代码:// 中文格式编码,s为Unicode Stringf...

在DELPHI中怎样将十六进制数转化为十进制数?

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

http://oceansail.spaces.live.com/blog/cns!cbf973b166bafb03!284.entryshowmessage(IntToStr(StrToInt('$'+'3F67FFAA')))showmessage(IntToStr(StrToInt('$'+'3F67FFAA'))) //十六进制数转化为十进制数varstr:String; //十进制数转化为十六进制数beginstr:='';str:...

字符串转十六进制

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

http://topic.csdn.net/t/20030128/10/1396960.htmlfunction StringToHex(Source:string):string;vari:integer;beginfor i:=1 to Length(Source) dobeginResult:=Result+IntToHex(Ord(Source[i]),2);end;end;类别:delphi编程 查看评论

请问怎样向一个窗体发送中文字符啊?

幸福苹果| 幸福苹果-delphi |16:42:00

请问怎样向一个窗体发送中文字符啊?八月 3rd 2007 12:29 am如题谢谢!网友:jishiping发送 wm_ime_char 消息就可以了。sendmessage(edit1->handle, wm_ime_char, 0xd6d0, 1); //发送字符 中sendmessage(edit1->handle, wm_ime_char, 0xcec4...

为什么SendMessage(this->Edit1->Handle,WM_IME_CHAR,'一',0)要返回“灰”

幸福苹果| 幸福苹果-delphi |16:42:00

为什么SendMessage(this->Edit1->Handle,WM_IME_CHAR,'一',0)要返回“灰”楼主C2H5OH(aaa) 2003-08-02 09:53:59 在 C++ Builder / 基础类 提问用SendMessage(this->Edit1->Handle,WM_IME_CHAR,'一',0);居然返回了“灰”用SendMess...

GetForegroundWindow 与 GetActiveWindow 的区别 - 回复 "delphier" 的问题

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

问题来源:http://www.cnblogs.com/del/archive/2008/12/13/1081644.html#1400835GetActiveWindow 只是获取当前程序中(严格地说是线程中)被激活的窗口;GetForegroundWindow 是获取当前系统中被激活的窗口.两个函数的级别不一样, 一个是线程级、一个是系统级.被激活的?..

Mobile Phone Inspector Ex

delphi3000| delphi3000.com |12:00:00

How can you extract entire cell phone information with hardware configuration accurately!

MSSQL to MySQL Database Converter Ex

delphi3000| delphi3000.com |12:00:00

MSSQL database migration tool convert attributes constraints into MySQL server

Data Recovery Doctor Memory Card

delphi3000| delphi3000.com |12:00:00

How can i recover lost data from memory card

字符串转换到指定格式的宽字符 - 回复 "厨师" 的问题

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

问题来源:http://www.cnblogs.com/del/archive/2008/12/13/1353193.html#1400641本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TF...

Habari ActiveMQ Client 1.3 RC1 - Delphi 2009

CodeGear| CodeGear-CodeCentral Delphi |01:33:17

Habari ActiveMQ Client is a library for Delphi(tm) which provides easy access to Apache ActiveMQ, the most popular and powerful open source Message Broker and Enterprise Integration Patterns provider. With Habari ActiveMQ Client, applications can ...

2008年12月12日 星期五

erlang in delphi

CodeGear| CodeGear-CodeCentral Delphi |12:01:56

the derlang(erlang in delphi) project will support write c-node and c-driver in delphi.- erl_interface transition- erlang driver interface transition- some samplesthe project is opensource, at googel code:http://code.google.com/p/derlang/

TadpDBDateTimePicker - data aware TDateTimePicker Delphi component

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

DB VCL :: Full source code of the TadpDBDateTimePicker Delphi component, a data-aware version of the standard TDateTimePicker - a visual component designed specifically for manipulating date and/or time (TDateTime)...

SmartEffects v. 1.50

CodeGear| CodeGear-CodeCentral Delphi |00:02:32

SmartEffects is an easy-to-use VCL that enables you to create amazing splash screens, forms, controls and image transition effects.Features: * easy to use * over 50 transition effects * cool collection with over 70 mask-bitmaps for...

« 上一页

下一页 »