YuChan Posted November 15, 2020 Posted November 15, 2020 Hello i ask a member to enter his pseudo and launch a windows with name is asked. How to check if winodows is founded ? $nom = InputBox("Information nécessaire", "Entrez le nom de votre personnage"& @CRLF & @CRLF & "(Avec les majuscules)") WinSetState($nom,"",@SW_MINIMIZE) WinSetState($nom,"",@SW_RESTORE) WinMove($nom, "", 0, 0, 1024, 768) MsgBox(0,"Information","Fenêtre de " & $nom & " redimensionnée") ThX
GokAy Posted November 15, 2020 Posted November 15, 2020 Hey YuChan, Read this, also read the related functions. https://www.autoitscript.com/autoit3/docs/functions/WinGetHandle.htm
YuChan Posted November 15, 2020 Author Posted November 15, 2020 THX, but i have found this : WinExists($nom) Problem Solved
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