Jump to content

Recommended Posts

Posted (edited)

Is there a better way then this;

$oIE.document.form.formx

If @error = 0 then dosomething

Edited by zasxes
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...