BobSpen Posted November 24, 2006 Posted November 24, 2006 I have an Autoit script running and displaying a GUI window in MessageLoop mode. Later I want another script, that's totally independent from the first to close the firsts' Gui. I have tried Winclose and WinKill and neither effect the firsts' GUI window. How do I close from a second script????
Thatsgreat2345 Posted November 24, 2006 Posted November 24, 2006 check out processclose if you want it to get rid of it and winclose should of worked if you provide some script im sure it would see as to what your potential error could of been
BobSpen Posted November 24, 2006 Author Posted November 24, 2006 check out processclose if you want it to get rid of it and winclose should of worked if you provide some script im sure it would see as to what your potential error could of beenThaks for reply. ProcessClose did work but I want to know what window I'm closing. WinClose really DOES work! I had a bug in the window name.....sorry.
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