marko29 0 Posted January 22, 2011 (edited) So i need to winactivate some window, click on it etc.. this works fine in situation where there are no other windows that also use winactivate(trough external dll and not autoit though, they pull it trough win api as well) so i wonder how i can prevent them from stealing WinActivate() to my other window that also needs it! Anyone has a clue how i could solve this? Edited January 22, 2011 by marko29 Share this post Link to post Share on other sites
somdcomputerguy 103 Posted January 22, 2011 Use WinGetState to see if a specific window is active, and WinActivate to give it focus if needed. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites