Jump to content

Search the Community

Showing results for tags 'textbox'.

  • Search By Tags

    • textbox ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. Hi, recently i created a GUI for some calculations in AutoIT. The GUI has 2 tabs and on the first tab, it has few inputboxes where i use to click with mouse and start entering the inputs. i recently made some changes in the position of these textboxes. I made this by changing the autoit code file i...
  2. Is it possible to know if a textbox is active in FireFox? This is what I want: if (Textbox in FireFox == Active) { }
  3. I can't get this to work. ControlSetText("[CLASS:#32770]", "", "[CLASS:Edit; INSTANCE:3]", $sString)Am I doing something wrong? The string is not blank, I checked it with a message box. Here is the information from the window: >>>> Control <<<< Class: Edit Instance: 3 ClassnameNN: Edit3 Name: Advan...
  4. Trying to put in a GUI(textbox) and want it to get the information only if the input is numbers --------------- Case $Start_button $var[2] = GUICtrlRead($TimeoutInput) If $TimeoutInput = ???? --------------- Anyone? =)
×
×
  • Create New...