Re: local to screen



VCLfreak wrote:

The Windows APIs are ScreenToClient and ClientToScreen

Probably you did not find them as they are not Delphi functions



Thats what I was looking for, with no luck.


ClientToScreen and ScreenToClient are API functions which
Delphi uses to make this VCL code work.
Refer to the WIN32 help file for these functions..
The Vcl is just a simple wrapper for API calls in windows but,
then again, you maybe doing .NET which i still think is supported
much the same way.


--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5

.