Hello,
I have been running a script successfully for some time which opens a web page using
$oIE = _IECreate ("http://www.pof.com", 0, 1) ; opens pof.com / new window / visible or not.
_IELoadWait($oIE,0)
This has been working fine for several months and yet all of a sudden it has stopped opening IE (visibly) when I run it. I know from checking task manager, however, that IE is running in the background as the process "iexplore.exe" is active... any ideas as to why this is now happening?
Cheers!
I have been running a script successfully for some time which opens a web page using
$oIE = _IECreate ("http://www.pof.com", 0, 1) ; opens pof.com / new window / visible or not.
_IELoadWait($oIE,0)
This has been working fine for several months and yet all of a sudden it has stopped opening IE (visibly) when I run it. I know from checking task manager, however, that IE is running in the background as the process "iexplore.exe" is active... any ideas as to why this is now happening?
Cheers!