Jump to content

get the autoit hiden window (form)


mary
 Share

Recommended Posts

As you know autoit, is not a console application. It had a hidden main window (conatining a form and an Edit control +MIE). My question is: how we can get the main window ? I mean is there a variable like @autoitWinHandle ?

here is the hidden autoit main window

post-16143-1190499677_thumb.jpg

Link to comment
Share on other sites

  • Moderators

and what if you have more than one script runing :) ?

#include <array.au3>
Opt("WinTitleMatchMode", 4)
Global $aAutoItWins = WinList('classname=AutoIt v3')
_ArrayDisplay($aAutoItWins)

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

  • Moderators

And what's this window for, exactly?

From the stub exe that is used to interpret your script.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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