1. 前提:在深入框架底层以前,先学会使用它做一个大概认识2. 书籍:找正确的书籍,其实网上就有很多3. 工具:grep, windiff, IDE debugger(CallStack窗口等等), Spy++, TDump, Source Navigator4. 方法:动手5. 状态:搞清文件命名... Read More
posted @ 2015-08-21 20:34
findumars
Views(832)
Comments(0)
Diggs(0)
ddd Read More
posted @ 2015-08-21 20:22
findumars
Views(335)
Comments(0)
Diggs(0)
TBitBtn就是一个例子: 留个爪,值得研究~ Read More
posted @ 2015-08-21 19:09
findumars
Views(583)
Comments(0)
Diggs(0)
IsDelphiHandleFindVCLWindowfunction IsVCLControl(Handle: HWND): Boolean;function FindControl(Handle: HWND): TWinControl;function FindVCLWindow(const P... Read More
posted @ 2015-08-21 18:39
findumars
Views(698)
Comments(0)
Diggs(0)
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,Clipbrd;type TForm1 = class(T... Read More
posted @ 2015-08-21 18:33
findumars
Views(400)
Comments(0)
Diggs(0)