Jump to content

send to a GUI


Recommended Posts

Hi there I can't find out how to send to a specific edit in a GUI..

If I got a GUI named windows security and there is an

class: edit with Instance:2

class: edit with Instance:3

class: button with Instance:2

How can I send text to it and how can I push the button, without sending TAB and text and TAB and enter to push the buttons

I've searched the helpfile without any luck

Thanks for any help

Link to comment
Share on other sites

Like this

ControlSetText("windows security", "", "Edit2", "Edit2's new text here")
ControlSetText("windows security", "", "Edit3", "Edit3's new text here")
ControlClick("windows security", "", "Button2")
GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
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...