Registriert seit: 22. Mär 2005
Ort: Dingolfing
4.129 Beiträge
Turbo Delphi für Win32
|
Re: GetCursorPos - Fehler
19. Jul 2007, 18:32
Delphi-Quellcode:
var p: TPoint;
begin
GetCursorPos(p);
p:=Form3.ScreenToClient(p);
end;
Manuel Eberl „The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.“
- Terry Pratchett
|