Hehe danke schon mal :)
Könntest du es vielleicht berichtigen? :o
Könntest du es vielleicht berichtigen? :o
$oIE = _IECreate($sUrl, 0, 1, 1)
MsgBox ( 0, " $input1 ", " $input2")
Global $oIE = _IECreate($sUrl, 0, 1, 1)
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 516, 276, 192, 124)
$Label1 = GUICtrlCreateLabel("Toni's Saver", 152, 16, 212, 48)
GUICtrlSetFont(-1, 27, 400, 0, "Small Fonts")
GUICtrlSetColor(-1, 0xFF0000)
$Save = GUICtrlCreateInput("Type in what you want to save!", 112, 104, 281, 21)
$Button1 = GUICtrlCreateButton("Save", 56, 208, 123, 57)
$Open = GUICtrlCreateButton("Open", 312, 208, 123, 57)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Save
Case $Button1
Case $Open
EndSwitch
WEnd
If $Button1 Then FileWrite ("TonisSaver", " $Save ")
If $Open Then FileOpen ("TonisSaver")
If $Button1 Then FileWrite ("TonisSaver", " $Save ")
If $Open Then FileOpen ("TonisSaver")
If $Button1 Then
FileWrite ("C:\Downloads\", @desktopdir & $Save)
EndIf
If $Open Then
FileRead ("TonisSaver")
EndIf
If $Button1 Then
If GUIGetMsg() = $Button1 Then
Case $Button1