引言:
Learn about Diamondback at Borcon -- Michael SwindellBorCon 2004 上将发布Delphi的下一个大版本,目前代号为 Diamonback。
摘要:
在网上看到不少系统托盘的控件,有的写的东西太多,用不上,但大家似乎都没有解决一个问题,那就是单击和双击怎么处理的问题,所以自己也写了一个贴出来。希望大家能多提意见,如果哪个地方有不对的地方请指出,但千万别骂。
这个控件很简单,可以用 show 的方法显示图标,用 hide 的方法来隐藏图标,可以处理单击和双击的事件,还有一个 popup 菜单(在点击右键的时候弹出)。你也可以用icon的属......
摘要:笔者日前参与开发了一套高速公路收费系统,主要功能是记录通过收费站的所有车辆的信息,包括时间、车型、金额、车辆图片资料等,其中涉及到多媒体数据的处理。下面笔者将主要依靠delphi中的流数据类型来为大家做讲解。 一、选择数据库 1.问题 常用的桌面型数据库,如access、visual foxpro等,使用比较简单,也可以管理多媒体信息。但由于数据库引擎不够强大,在管理少量多媒体数据时尚能正常......
Delphi的下一个版本:Diamondback(转)
learn about diamondback at borcon -- michael swindell 【程序编程相关:
双鼠标的介绍
】 【推荐阅读:
利用注冊表獲取桌面路徑.
】 【扩展信息:
让UltraEdit也支持Delphi语】 borcon 2004 上将发布delphi的下一个大版本,目前代号为 diamonback.
diamondback rumors -- michael swindell
some rumors i read in the ngs and blogs last night:
rumor: "i hope diamondback is more than just delphi 7 and delphi 8 combined"
fact: way more. if it were just 7 & 8 combined, wed just call it "garter snake"
rumor: "diamondback will be two ides one for win32 and one for .net"
fact: diamondback will be a single ide :o)
rumor: "diamondback will include eco for asp.net, refactoring, and unit testing"
fact: thats just scratching the surface...
rumor: "danny, johnk, corbin, jim and allen are hotshots"
fact: heck ya...
下一页 摘要:
如何在delphi中取某一字符串变量内容的从第三位到最后一位的内容
......