Erweitere einfach die Breite, die Doppelklammer habe ich kopiert, eine davon kommt aber weg.
sry des ich so blöd frage aber ich hab vieles probiert nie kam was rausQuote:
.
.
.
.
.
Gui
;<-- was muss hier hin muss hier was hin??
while 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
;<-- was muss hier hin muss hier was hin??
EndSwitch
;<-- was muss hier hin muss hier was hin??
WEnd
_MemoryPointerWrite($Pointer, $Prozess, $Offset, $WERT, "float")
Quote:
PHP Code:;...
Global $Write
While True
$msg = GUIGetMsg()
Switch $msg
Case -3
Exit
Case $Button1
$Write = Not $Write
EndSwitch
If $Write Then
;_MemoryPointerWrite()
EndIf
WEnd
was mach ich falsch??Quote:
.
.
.
case $button1
$funktion = 1
case $button2
$funktion = 0
EndSwitch
If $funktion = 1 Then
send (GUICtrlRead($input1))
send ("{ENTER}")
Sleep (GUICtrlRead($input2))
EndIf
WEnd