Krol Posted February 7, 2007 Posted February 7, 2007 How to get _IEBodyReadHTML for existing (user run) IE window? Without _IECreate() etc.
someone Posted February 7, 2007 Posted February 7, 2007 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
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