Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/10/2015 in all areas

  1. use the portable version and just extract it...
    1 point
  2. AdmiralAlkex

    AutoItObject UDF

    Considering the multiple years with no updates I think it's safe to assume no. Notice how the OP doesn't even have the latest version? Of course, if anybody wanted to continue it, the source code is still around.
    1 point
  3. mikell

    for loop to inputboxes

    Try Eval("Input" & $i) ... but it would be much cleaner to make an array to store the inputs ids - this also allows the creation of the 11 inputs in the For loop Local $aInputs[11] For $i = 0 to 10 $aInputs[$i] = GUICtrlCreateInput("", 31, ($i*32)+24, 489, 21) GUICtrlSendMsg($aInputs[$i], $EM_SETCUEBANNER, True, "F1") Next
    1 point
  4. You are right too. Script Updated. A contextual menu entry was added for save Windows Environment Variables List to a file. Thanks.
    1 point
×
×
  • Create New...