Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Is there a way to get the desktop window's coordinate?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
liekong1991
How do I cheat?
Reputation: 0

Joined: 08 Feb 2020
Posts: 6

PostPosted: Thu Feb 25, 2021 3:25 am    Post subject: Is there a way to get the desktop window's coordinate? Reply with quote

For example, I want to get the coordinate (In Windows, the left-top corner of the main monitor is (0,0)) of the MEmu's Form, is there some lua code can do that? Actually I've try some code in forum to get the size of the window but the result is incorrect (see the screenshot)


I0DS10E75LW(8X5_)II7_1X.png
 Description:
incorrect result
 Filesize:  674.16 KB
 Viewed:  1261 Time(s)

I0DS10E75LW(8X5_)II7_1X.png


Back to top
View user's profile Send private message
blankTM
Cheater
Reputation: 1

Joined: 03 May 2020
Posts: 49

PostPosted: Thu Feb 25, 2021 5:44 am    Post subject: Re: Is there a way to get the desktop window's coordinate? This post has 1 review(s) Reply with quote

function GetWindowRect(hWnd)
local My = createMemoryStream()
My.Size= 16
executeCodeLocalEx('user32.GetWindowRect',hWnd,My.Memory)
local left= My.readDword()
if left > 0xffffff then
left= -0xfffffffe~left
end
local RECT ={
left=left,
top=My.readDword(),
right=My.readDword(),
bottom=My.readDword()
}
My.destroy()
return RECT
end
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites