Einzelnen Beitrag anzeigen

Ajin

Registriert seit: 23. Feb 2006
Ort: Mons
252 Beiträge
 
Delphi 2010 Professional
 
#3

Re: Windows Cursor Veränderung abfragen

  Alt 27. Feb 2008, 10:15
Ich bekomme ja eine TCursorInfo zurück welche folgende Struktur hat:

cbSize
Specifies the size, in bytes, of the structure. The caller must set this to sizeof(CURSORINFO).

flags
Specifies the cursor state. This parameter can be one of the following values.

0
The cursor is hidden.
CURSOR_SHOWING
The cursor is showing.
hCursor
Handle to the cursor.
ptScreenPos

Wie kann ich da abfragen wann sich der Cursor geändert hat? In einem Timer der jede Sekunde die Cursorinfo holt?
  Mit Zitat antworten Zitat