| Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
|
Position the mouse on my form
Use the function ClientToScreen to transfer the coordinates which are relative to your form window
rather into screen coordinates. (Basically, the your form's x and y coordinate are added to your relative
values).
Comments:
|