Jump to content

_IEBodyReadHTML for existing IE window


Krol
 Share

Recommended Posts

Check out _IEAttach. _IECreate does have a parameter to attach(_IECreate ( [$s_Url = "about:blank" [, $f_tryAttach = 0 [, $f_visible = 1 [, $f_wait = 1 [, $f_takeFocus = -1]]]]] ) but I have had better luck using _IEAttach. I couldn't tell you if thats my mistake or not, but try _IECreate and if that doesn't work go for _IEAttach

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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