Hey leute ich habe mall wide rein problem:D
ich würd egerne wissen wie ich die inputs
In eine msg box einfügen kann also der text der geschrieben wurde.
Danke im voraus wer mir geholfen hat bekommt 1e*gold
ich würd egerne wissen wie ich die inputs
PHP Code:
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 502, 114, 173, 124)
$Input1 = GUICtrlCreateInput("Beispiel 1", 120, 40, 345, 21)
$Input2 = GUICtrlCreateInput("Beispiel 2", 120, 80, 345, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Danke im voraus wer mir geholfen hat bekommt 1e*gold