最主要是取得了桌面的DC,并且设置为背景色透明:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type ... Read More
posted @ 2014-11-17 19:29 findumars Views(977) Comments(0) Diggs(0)
之所以要用类函数代替API,是因为VCL对它做了一些包装,好在API起作用之前和之后做一些额外的事情:通知和判断等等。之所以类函数要包装一个CM_消息,是因为这样方便程序员(在调用类函数的基础上)截断和改写这个处理过程举例:procedure TWinControl.Invalidate;begin... Read More
posted @ 2014-11-17 00:08 findumars Views(525) Comments(0) Diggs(0)