Jump to content

ControlSend Question


Recommended Posts

Is it possible to use a variable in ControlSend?

As an example, consider the following:

ControlSend("(A) WFM - Windstream Production - PowerTerm Pro Enterprise Suite" , "" , "" , username)

Multiple windows of the same application are open all the time, each window is identified by the letter in paranthesis. Is it possible to use a variable for the letter?

Link to comment
Share on other sites

In a word, no. It can be done but that is not the right question. How can you do something like is.

You can get a array of handles to the open windows. When using ControlSend you have to know which window you want to send the text to.

Have a look at WinGetHandle and then ControlGetHandle then you will see once you have the handle you don't need all the paramters.

If you win handles were in an array called aWinHandles then you might be able to do something like ControlSend(WinHandle, "", controlID, username)

danwilli beat me to it. Started the post an hour a go and got distracted.

Edited by bo8ster

Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]

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...