logcomptechs Posted March 10, 2009 Posted March 10, 2009 I am working with _IE and when I a certain event happens, a Message Box pops up, and I am trying to close it. I have no idea how to do it without using Send(), but I want to make it so everything happens independent (without using mouse/keyboard). Anyone have a way to close out of Message Boxes? Thanks
Authenticity Posted March 10, 2009 Posted March 10, 2009 Use "AutoIt Window Info" (Ctrl+F6 in SciTE editor) and use Control* functions if applicable. Another way is, if this box is made by the browser (I mean not anything related to the page you're browsing) you can use _IEPropertySet($oIE, "silent", True), if applicable.
logcomptechs Posted March 10, 2009 Author Posted March 10, 2009 Thanks the _IEPropertySet worked great!
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