Jump to content

IP Adx Input


Wolfy
 Share

Recommended Posts

Very new to AutoIt. Could use some help on this. I am not finding the answer through help or example Scripts including the inputbox.au3.

While installing an AS400 Session I am Prompted to input an IP Adx into a box. I can get to the box but not get data entered into it any help is appreciated.

The last thing I've tried is: $text = InputBox("172.16.0.40")

Nothing is happening just a blank box.

Link to comment
Share on other sites

are YOU creating the Input?

-- look up InputBox in the helpfile

are you placing text into an already created input?

-- if its not your autoitscript.. then use Winwaitactive() and Send()

Link to comment
Share on other sites

Very new to AutoIt. Could use some help on this. I am not finding the answer through help or example Scripts including the inputbox.au3.

While installing an AS400 Session I am Prompted to input an IP Adx into a box. I can get to the box but not get data entered into it any help is appreciated.

The last thing I've tried is: $text = InputBox("172.16.0.40")

Nothing is happening just a blank box.

Use the included AU3Info.exe (AutoIt Window Info Tool) to get information about the dialog window and input control you are working with. You want the unique title of the window, and the ControlID of the input control. This should allow you to use ControlSend() with the appropriate parameters (see that function in the help file).

;)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...