论坛


2009年2月1日 星期日

免费delphi组件收集

minyoad| minyoad的技术坛子-delphi |22:34:43

http://www.jrsoftware.orgTb97 最有名的工具条(ToolBar)控件库,仿Office97,如TDock97,TToolBar97,TEdit97,TToolWindow97等.http://www.fltvu.com/jiaocheng/chenxu1/DELPHI/vcl/index.htmhttp://www.delphiarea.com/products/

免费delphi组件收集

minyoad| minyoad的技术坛子-delphi |22:26:55

http://www.jrsoftware.orgTb97 最有名的工具条(ToolBar)控件库,仿Office97,如TDock97,TToolBar97,TEdit97,TToolWindow97等.http://www.fltvu.com/jiaocheng/chenxu1/DELPHI/vcl/index.htmhttp://www.delphiarea.com/products/

图解 CSS (11): 理解样式表的逻辑

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

摘要: 基本顺了一遍样式表, 寒假也算没有虚度; 因为不常用它, 感觉还是接触了不少新东西; 博客园上朋友好像大都是搞网络编程的, 对 css 应该没得说; 斗胆把它发在首页上, 以期待得到指正和补充.  阅读全文--------------------------新闻:苹果CEO乔布斯...

一些让我受益匪浅的delphi资源站点

minyoad| minyoad的技术坛子-delphi |21:47:04

http://programmersheaven.com/http://delphi.about.com/http://www.appcontrols.com/http://basic-ide.sourceforge.net/http://www.djpate.freeserve.co.uk/Index.htmhttp://www.delphiarea.com/

使用Gecko内核的浏览器控件

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

FireFox使用的是Gecko内核,如果我们想在自己的程序里用,是否可以呢?答案是肯定的,因为Gecko内核有for Delphi的封装!下面我们就用它来做一个最简单的Gecko浏览器首先下载Gecko SDK,这个是Gecko内核的开发包,必须下载,不然不能开发的然后下载Gecko Components?..

终于等来这一天,D2009 V12.0.3300.19037修正了不少BUG。

TinTinSoft| 碧水航工作室-delphi |15:41:00

D2009 V12.0.3300.19037终于释放出来,补丁400多M,修改不少的问题。我简单的测试一下,CDS的中文单字过滤问题解决,看来midas.DLL没有问题了。StrToIntDeft('串',0)也不等于2了,结果为0。其他问题,再慢慢深入吧。万事俱备,RO .35+UniDAC+Ehlib+Raize 都支持D2009...

图解 CSS (10): 链接、继承、放缩、鼠标指针、其他(待补充...)

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

a:link {未访问链接} a:hover {鼠标悬停} a:active {鼠标点下} a:visited {已访问链接}很多属性(不是所有)都可以 inherit(继承), 测试:zoom: normal(默认)、比例值.cursor(鼠标指针样式):default hand wait help move crosshair text w-resize(e-resize) s-res...

图解 CSS (9): 列表

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

list-style-type (指定类型) list-style-image (指定图片) list-style-position (指定位置) list-style (综合设置) marker-offset (不支持)使用 list-style 可单独或综合设置: 类型、图片、位置, 无顺序;如果同时设置了图片和类型, 图片会替换...

Automate PowerPoint Viewer

CodeGear| CodeGear-CodeCentral Delphi |06:59:01

Method involves parenting the application to an off-screen form and then displaying a screenshot of the viewer using the PrintWindow function. Navigation is performed by sending keystrokes to the off-screen viewer. The example only allows a user t...

Solving: Incompatible type: ’method pointer and regular procedure’ in Delphi

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

Delphi TIPS :: When you are creating components at run time, and want to assign a procedure to an event handler of a component, you could get the "Incompatible...