In Win 98 I could SubClass another program and make it do what I want it to do, But in Win Xp microsoft have changed the command I used. In Win 98 I use the "GetWindowLong()" command to return the Proc Address Pointer. with...
The New Xp's version of the "GetWindowLong()" command if your trying to get a Windows Proc Address Pointer is now "GetWindowLongPtr()" but this new command want work in Delphi 7 ???