Golbez Posted January 30, 2008 Posted January 30, 2008 is there a way to lock a gui window to a different window? ie example... i want to lock a gui menu i made to a game window.. and if i move the game window i want the gui menu to move too im just wondering if this is possable..
evilertoaster Posted January 30, 2008 Posted January 30, 2008 One way would be to make a loop that checks the game windows position with WinGetPos(). When a change happens, move your own GUI to match it with a WinMove()
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now