Jump to content

SplashTextOn positioning


Recommended Posts

Here a starting point:

#include <AutoItConstants.au3>
#include <GUIConstantsEx.au3>

Global $hGUI = GUICreate("Test")
GUISetState()

Global $aPos = WinGetPos($hGUI)

SplashTextOn("Title", "Message goes here.", 400, 100, $aPos[0], $aPos[1] + $aPos[3], BitOR($DLG_MOVEABLE, $DLG_TEXTLEFT), "", 24)

Do
Until GUIGetMsg() = $GUI_EVENT_CLOSE

 

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

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

×
×
  • Create New...