Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi über mouse_event Position absolut angeben (https://www.delphipraxis.net/22045-ueber-mouse_event-position-absolut-angeben.html)

nailor 11. Mai 2004 19:08


über mouse_event Position absolut angeben
 
Delphi-Quellcode:
windows.mouse_event(MOUSEEVENTF_MOVE, 0815, 0815, 0, 0);

^^klappt

windows.mouse_event(MOUSEEVENTF_ABSOLUTE, 0815, 0815, 0, 0);

^^klappt nicht
warum tut das nicht, wie ich will? ich kann die maus verschieben wohin ich will, das klappt wunderbar. ich kann nur nicht einfach sagen, dass ich die da und da hin haben will...

falls mir jemand helfen kann, wäre super.

nailor

ps: delphi 7 pers, falls das irgendwas ändern sollte (nur was)

SirThornberry 11. Mai 2004 19:15

Re: über mouse_event Position absolut angeben
 
einfach:
Delphi-Quellcode:
SetCursorPos(x, y)

nailor 11. Mai 2004 19:23

Re: über mouse_event Position absolut angeben
 
thx, klappt

aber warum geht das andere nicht?


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:56 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz