Hallo,
Habe das hier gescripted.
die Zahl "4" aber ich weis nicht warum könnt ihr mir bitte helfen -.-
Danke !!!
Habe das hier gescripted.
Aber bei mir schreibt er wenn ich das Programm öffne immerQuote:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=C:\Dokumente und Einstellungen\123\Desktop\Alles\dAMON sCHWULER oRDNER\Koda\Forms\Form1meins.kxf
$Form1 = GUICreate("Form1", 446, 197, 192, 124)
$Textprogramm = GUICtrlCreateLabel("Textprogramm", 144, 16, 147, 27)
GUICtrlSetFont(-1, 12, 800, 4, "Arial Black")
GUICtrlSetColor(-1, 0x008000)
$Input1 = GUICtrlCreateInput("Hier eingeben", 88, 96, 257, 24, BitOR($ES_CENTER,$ES_AUTOHSCROLL), BitOR($WS_EX_CLIENTEDGE,$WS_EX_STATICEDGE))
GUICtrlSetFont(-1, 8, 800, 0, "Comic Sans MS")
$Button1 = GUICtrlCreateButton("Button1", 0, 120, 9, 1, 0)
$Start = GUICtrlCreateButton("Start", 0, 128, 441, 65, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Start
While 1
Sleep (1000)
Send ($Input1)
WEnd
EndSwitch
WEnd
die Zahl "4" aber ich weis nicht warum könnt ihr mir bitte helfen -.-
Danke !!!