ycomp Posted April 7, 2008 Posted April 7, 2008 Hi, I want to WinActivate a window... after I do this, how can I WinActivate the window that was previously active? thanks.
covaks Posted April 7, 2008 Posted April 7, 2008 $hLastActive = WinGetHandle("") WinActivate("new window") ;do whatever WinActivate($hLastActive)
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