Hi guys,
I'm trying to z-order an inputbox and a label, but they doesn't work as expected...
Look at this script:
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <ColorConstants.au3>
Local $left = 100, $top = 100
$hGui = GUICreate("", 400, 200, $left, $top)
GUIC...