Jump to content

Recommended Posts

Posted

Is there a way to control a window that has no title? the window i need to control has no title just a Class and a Handle. I tried doing a WinActivate("[CLASS:classname]", "") that did not work, and im not sure if you can use winactivate with just a handle, if so i dont know the syntax?

The window seems to be a child window of the parent program.

any help would be great.

Posted

Is there a way to control a window that has no title? the window i need to control has no title just a Class and a Handle. I tried doing a WinActivate("[CLASS:classname]", "") that did not work, and im not sure if you can use winactivate with just a handle, if so i dont know the syntax?

The window seems to be a child window of the parent program.

any help would be great.

Get all windows with WinList() and then you can activate what window you want.
Posted

i tried your solution, problem now is with winlist() i get more than one window with no title so the script doesnt know which one to use.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...