✅ [SOLVED] Grid Issues

I’m making a grid system, however when I click on a certain grid space, it only works in full screen because MousePosition.X and Y do not read from the application, but from the user’s screen. How do I fix this?
No description
5 Replies
hungryhyena78
hungryhyena788mo ago
Clicking here results in a debug output of X = 3 (column) and Y = 2 (Row)
hungryhyena78
hungryhyena788mo ago
No description
hungryhyena78
hungryhyena788mo ago
But in full screen it gives me X = 0 and Y = 0 in the same spot So I need it to consistently reference the window and not the user’s screen Update: I’ve made progress. All I need is to know where the form is located on the user’s screen. How would you guys suggest I do that? NEVERMIND I DID IT. LETS GOOOOOOO This.Top and This.Left was the answer
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX8mo ago
Use the /close command to mark a forum thread as answered