论坛


2012年8月14日 星期二

Monitoring Mouse Activity In Delphi Programs

About.com| About.com Delphi Programming |05:00:00

VCL::Is the mouse over a component? Was a mouse button pressed? Which button was it? Did the user release a button, which one? Exactly where inside the ...Read Full Post

A hack fix for RegisterWindowMessage Atom leak...

Embarcadero| CodeCentral Delphi Submissions |02:25:48

The reason for the problem...1) the GlobalAtom table is actually a part of a bigger table that is used internally by the operating system, to store window classes, atoms, clipboard format AND more importantly RegisterWindowMessage (RWM) registered...