ddd Posted April 9, 2006 Posted April 9, 2006 i am wondering if it is possible to get the window that is currently active and store it up some where and when my program is done running it will tab itself back to the window before the program started
Valuater Posted April 9, 2006 Posted April 9, 2006 $dum = WingetTitle("") MsgBox(4096,"Title of active window",$dum) later winsetstate() [ or other] to activate $dum 8)
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