I have this script that works great for a GUI box with a Yes button that thanks to you guys takes DPI into consideration and also repops to the center of the screen every hour if someone moves it
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
AutoItSetOption("GUIEventOptions", 1)
Global $i_DPI_Ratio = _GetDPI()
$i_DPI_Ratio = $i_DPI_Ratio[2]
$Form1 = GUICreate("Title", 447, 205, -1, -1, Default, $WS_EX_TOPMOST)
_GUISetFont_Ex(12, 400, 0, 'Arial', $Form1) ;
GUI