Jump to content

Set Created GUI to right corner


Recommended Posts

 

Something like...

$width = 200
$height = 200

GUICreate("GUI", $width, $height, @DesktopWidth - ($width + 1), 0)
GUISetState()

Do
Until GUIGetMsg() = -3

 

this script put my GUI to outside left corner.

 

works fine on my computer, sent to top right corner of desktop.

:alien:

If @error Then
    MsgBox(262192, "", @ComputerName & " slaps " & @UserName & " around a bit with a large trout!")
EndIf

"Yeah yeah yeah patience, how long will that take?"  -Ed Gruberman

REAL search results  |  SciTE4AutoIt3 Editor Full Version

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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