zasxes Posted July 10, 2007 Posted July 10, 2007 (edited) Is there a better way then this; $oIE.document.form.formx If @error = 0 then dosomething Edited July 10, 2007 by zasxes
someone Posted July 10, 2007 Posted July 10, 2007 If you use IE.au3 (which is very good and I strongly recommend) those functions will set @error... for instance with forms, check out _IEFormGetObjByName(). If that function fails the @error is as follows, Failure: Returns 0 and sets @ERROR @Error: 0 ($_IEStatus_Success) = No Error 3 ($_IEStatus_InvalidDataType) = Invalid Data Type 7 ($_IEStatus_NoMatch) = No Match Does this work for you? While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
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