TApplication,TForm,TControl,TComponent,TWinControl研究 http://blog.csdn.net/suiyunonghen/article/details/2193247http://blog.csdn.net/lailai186/article/d Read More
posted @ 2013-08-13 20:51 findumars Views(657) Comments(0) Diggs(0)
//从内存中加载DLL DELPHI版 unit MemLibrary; interface uses Windows; function memLoadLibrary(pLib: Pointer): DWord; function memGetProcAddress(dwLibHandle: DW Read More
posted @ 2013-08-13 20:49 findumars Views(2030) Comments(0) Diggs(0)
先扔在这里,待研究: http://blog.csdn.net/lailai186/article/details/8141170 procedure TForm1.Button1Click(Sender: TObject);begin//覆盖任务栏Self.BorderStyle := bsNon Read More
posted @ 2013-08-13 20:23 findumars Views(405) Comments(0) Diggs(0)
procedure TForm1.Button3Click(Sender: TObject);var Ratio, Numerator, Denominator: integer;begin Denominator:=0; Numerator:=0; try R... Read More
posted @ 2013-08-13 05:59 findumars Views(432) Comments(0) Diggs(0)
// 参考: http://blog.csdn.net/lailai186/article/details/9144023http://blog.csdn.net/lailai186/article/details/8770643http://blog.csdn.net/lailai186/arti Read More
posted @ 2013-08-13 04:50 findumars Views(365) Comments(0) Diggs(0)