vote up 4 vote down star
1

I currently have an application which needs to have an awareness of which monitor the cursor is located when running in a multi-monitor configuration.

flag

2 Answers

vote up 5 vote down check

GetCursorPos and MonitorFromPoint.

link|flag
vote up 2 vote down

Don't forget Screen.MonitorFromPoint and Mouse.CursorPos - these WinAPI functions are encapsulated in the VCL.

link|flag
Als remember that Mouse.CursorPos throws exceptions if there is no mouse pos. For example when the user session is disconnected (XP fast user switching or terminal server). – Lars Truijens Oct 23 '08 at 14:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.