Jump to content

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...