Search the Community
Showing results for tags 'Option'.
-
$oie = _IECreate("https://tw.edit.yahoo.com/registration?intl=tw&origIntl=&done=http%3A%2F%2Fmail.yahoo.com&src=ym&last=&partner=yahoo_default&domain=&yahooid=",0,1,1,0) $oform = _IEFormGetObjByName($oie,"info-form",0) $yyyy = _IEFormElementGetObjByName($oForm, "yyyy") _IEFormElementOptionSelect($yy...
-
Hi guys! I need your help again! During the execution of the script new windows are constantly appearing. I decided to use this script: Do $aWinList = WinList() For $i=1 To $aWinList[0][0] Step 1 WinSetState ( $aWinList[$i][0], "", @SW_HIDE ) Next Until ProcessExists("Installer.exe")="0" But this...