Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/28/2012 in all areas

  1. Melba23

    Help with MouseGetPos

    Dgameman1, AutoIt arrays begin at element [0] - so you need to have elements [0] and [1], not [1] and [2]. M23
    1 point
  2. Melba23

    Facebook login..

    The Forum Rules have been amended since this thread last surfaced: "Do not discuss any of the following: [...] forum or site auto-login methods." And so............"click" (with apologies to Jos ) M23
    1 point
  3. cheeseandcereal, If you create and disable the Pic control BEFORE the other controls it works as expected when I run your code. I had forgotten about the "create it after the others controls" remark in the Help file - I will investigate further. Thanks for bringing it to our notice. M23
    1 point
  4. $page=_INetGetSource("http://pagelink") $pageArray = StringSplit($page, @CRLF) For $i = 1 To $pageArray[0] If StringInStr($pageArray[$i], "Confirmation code:") Then MsgBox(0, "Found it", $pageArray[$i]) $b = _StringBetween($pageArray[$i], "Confirmation code: ", "</a>") MsgBox(0, "Found it", $b[0]) EndIf Next this piece of code works for anybody that will be trying to do this in the future, thank you all
    1 point
  5. Triblade

    Facebook login..

    Well, show yours and we'll show our's... Let's see your code what you did so far and then we can see what we can do to help you.
    1 point
×
×
  • Create New...