jvnorris Posted August 6, 2008 Posted August 6, 2008 I would like to place my MsgBoxes in a specific area of the screen instead of in the middle. Is there any way to control this?
Shane0000 Posted August 6, 2008 Posted August 6, 2008 You could try the below WinMove ( "title", "text", x, y [, width [, height]] )
Moderators SmOke_N Posted August 6, 2008 Moderators Posted August 6, 2008 You could try the below WinMove ( "title", "text", x, y [, width [, height]] )That wouldn't work with a standard msgbox from within the same script, as it pauses your script while it is visible. http://www.autoitscript.com/forum/index.ph...1&hl=msgbox http://www.autoitscript.com/forum/index.ph...7&hl=msgbox Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
jvnorris Posted August 6, 2008 Author Posted August 6, 2008 Thank you smoke THat is just what I needed. My search did not turn this up though. I really need to come up with better search strings.
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