Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/19/2012 in all areas

  1. You're welcome but just remember there's no error checking so you risk script crash without it. Also, might want to replace the .focus with "_IEAction()" and use the "focus" action since it's already in the UDF. I don't use IE UDF a lot so I forget what's in there or somehow just miss these things in the help file.
    1 point
  2. Simply show how you create exactly.
    1 point
  3. You need to use a percentage and not an absolute value. Try this change Local $Percent = ($row / GUICtrlRead($Input2)) * 100 ; add this line GUICtrlSetData($prgrs, $Percent) ; change this line
    1 point
  4. DaleHohm

    cannot set $oDoc.cookie

    Also, check this out: Dale
    1 point
  5. MrMitchell

    cannot set $oDoc.cookie

    When you set cookie as stated on this page, they use escape to encode the string. Maybe that would help? And a UDF:
    1 point
  6. #include <File.au3> $aJpgfiles = _FileListToArray($sPath , "*.jpg") For $i = 1 To $aJpgfiles ; Do something for all JPGs in a folder Next
    1 point
  7. Even if this on is resolved, remember that it might also be an UAC issue, an unprivileged program trying to send messages to a privileged one will fail.
    1 point
×
×
  • Create New...