und zwar habe ich es mal versucht eine Benutzeroberfläche zu erstellen
dan habe ich mir den Code generieren lassen hab es zu ner exe gemacht und dan kahm das
hir der Code
könnte mir jemand sagen an was das liegtQuote:
#include <ButtonConstants.au3>
#include <DateTimeConstants.au3>
#include <GUIConstantsEx.au3>
#include <IPAddressConstants.au3>
#include <ProgressConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 633, 447, 201, 125)
$Progress1 = GUICtrlCreateProgress(80, 288, 481, 41)
$Date1 = GUICtrlCreateDate("2009/01/30 14:16:43", 96, 72, 441, 129)
$IPAddress1 = _GUICtrlIpAddress_Create($Form1, 176, 224, 281, 25)
_GUICtrlIpAddress_Set($IPAddress1, "0.0.0.0")
$Button1 = GUICtrlCreateButton("Button1", 208, 352, 241, 41, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
würde mich sehr freuen






