02/06/2010 23:06
Handling Windows Messages
delphi.about.com/od/windowsshellapi/a/aa020800a.htm
THook Delphi Class
delphi.about.com/od/windowsshellapi/a/delphi-hooks.htm
Monitoring Registry Changes
delphi.about.com/library/nosearch/npf052003.htm
26/05/2010 00:05
delphi.about.com/od/fullcodeprojects/Free_Source_Code_Delphi_Projects.htm
And an interesting resources performance...
25/05/2010 14:02
msdn.microsoft.com/en-us/library/ms681385(v=VS.85).aspx
blogs.msdn.com/tonyschr/archive/2005/05/25/desktop-heap-limitations.aspx
24/05/2010 20:18
https://delphi.about.com/od/windowsshellapi/u/advanced_delphi.htm
24/05/2010 16:05
https://delphi.about.com/library/nosearch/npf091101.htm
24/05/2010 14:22
var
NetResource : TNetResource;
begin
NetResource.dwType := RESOURCETYPE_DISK;
NetResource.lpLocalName := 'm:'; {use here letters A-Z that are not already mapped}
NetResource.lpRemoteName :=...
25/04/2010 13:24
Interesting article:
https://www.developsense.com/blog/2009/08/testing-vs-checking/
... and interesting site:
https://www.testingreflections.com/
24/04/2010 12:59
Process performance info:
Global system performance info:
20/04/2010 00:00
Building the documentation...
Raw data to be obtained after running the performance routines:
type
TPerformance_Information = packed record
GlobalMemory_MemoryLoad : Double;
GlobalMemory_TotalPhys :...
19/04/2010 00:00
Interesting stuff: Pushing the limits of Windows