Jump to content

Recommended Posts

Posted

I am trying to use the WinWaitActive function and the "Special Definition" options for the title. Even if I use the example provided in the help file, I cannot get it to work correctly.

WinWaitActive("[CLASS:Notepad]", "")

What am I doing wrong?

What I am trying to do is identify a window by Size. 449,121.

Posted (edited)

And you are sure that CLASS of that windows is Notepad? You can check this with _WinAPI_GetClassName($hwnd) show me you code, I can help you in making final code :)

AND!

What is you OS? WX,VISTA,7? x86 or x64?

Edited by Uriziel01
Posted

I'm just using Notepad as an example. If I can get the correct syntax to specify the Class and Size parameters, I can figure out the rest.

So for the example, the size of the window is 449,121.

The OS is Winxp.

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