Jump to content

Recommended Posts

Posted

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");

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
×
×
  • Create New...