hey im new to autoit how do i get the value of the input of this:
$Input_1 = GuiCtrlCreateInput("", 10, 60, 140, 30)
GuiSetState()
While 1
$msg = GuiGetMsg()
Select
Case $msg = $GUI_EVENT_CLOSE
ExitLoop
Case $msg = $Button_Login
MsgBox(4096, "Your Name:", $Input_1, "")
EndSelect
WEnd
Exit
when i try it then the message box shows a 3 instead what i typed in