anyday Posted October 10, 2008 Share Posted October 10, 2008 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. Link to comment Share on other sites More sharing options...
Andreik Posted October 10, 2008 Share Posted October 10, 2008 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. When the words fail... music speaks. Link to comment Share on other sites More sharing options...
anyday Posted October 10, 2008 Author Share Posted October 10, 2008 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. Link to comment Share on other sites More sharing options...
anyday Posted October 10, 2008 Author Share Posted October 10, 2008 i have found a working solution, thanks for the help Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now