lopolop Posted December 17, 2005 Posted December 17, 2005 ive searched but i cant find it... how do u change the window size... i want it to be the same for all and also some form of text(traytip, tooltip, splash, etc.) but for this to be constant for pixel searches and stuff i want it the text boxes to not be in the way and stuff.. my window is editable so i can make it to like a small box and stuff... i want to make the window smaller and move it to 0,0
MrSpacely Posted December 18, 2005 Posted December 18, 2005 WinMove -------------------------------------------------------------------------------- Moves and/or resizes a window. WinMove ( "title", "text", x, y [, width [, height]] ) use search resize and find it (ofcourse now look for winmove)
Valuater Posted December 18, 2005 Posted December 18, 2005 ive searched but i cant find it... how do u change the window size... i want it to be the same for all and also some form of text(traytip, tooltip, splash, etc.) but for this to be constant for pixel searches and stuff i want it the text boxes to not be in the way and stuff.. my window is editable so i can make it to like a small box and stuff... i want to make the window smaller and move it to 0,0?have code?8)
lopolop Posted December 18, 2005 Author Posted December 18, 2005 oo ic WinMove(i knew about it to change the position of the window butdidnt know it changed the size) Thanks!
MrSpacely Posted December 18, 2005 Posted December 18, 2005 oo ic WinMove(i knew about it to change the position of the window butdidnt know it changed the size)Thanks!Yes thats a bit unclear if you see the name of the function.I also could't find it when i used it the first time (found it after some time do)
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