Re: local to screen



On Sat, 23 Dec 2006 22:30:13 -0500, "VCLfreak" <nosite@xxxxxxxxxx>
wrote:

Hi, forgot which function converts local mouse coordinates to screen and
vice versa?

What you need is to look in the Win32 Programmers' Reference Help File
which is normally tied in with the Delphi Help system

The Windows APIs are ScreenToClient and ClientToScreen

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