Jump to content

WinwaitActive - c#.NET windows form application


iljs
 Share

Recommended Posts

Hi,

I am building a windows form application using c#.NET and would like to use AutoITX3.dll to run/perform simple window scripts.

I have properly referenced the AutoItX3Lib and following is my code.

I tab through the program to make window "Title" active and yet, the program wouldn't continue with the script and never prints the "ITS ACTIVE" line.

It seems to be stuck at WinWaitActive and I am unsure why.

Any feedback would be appreciated. Thank you.

autoit = new AutoItX3Lib.AutoItX3Class();

autoit.AutoItSetOption("WinTitleMatchMode", 2);

autoit.WinActivate("Title");

autoit.WinWaitActive(Title);

System.Console.WriteLine("ITS ACTIVE");

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