:( Komme net weiter :(
Helft ihr mia büdde ? :)
Script :
Helft ihr mia büdde ? :)
Script :
PHP Code:
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("Famouse E - © Doge", 281, 69, 192, 124)
$Combo1 = GUICtrlCreateCombo("", 120, 8, 153, 25)
GUICtrlSetData(-1, " |Massegbox Creator|Label Creator")
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
GUICtrlSetCursor (-1, 0)
$Label1 = GUICtrlCreateLabel("Creator List", 8, 8, 103, 29)
GUICtrlSetFont(-1, 12, 400, 0, "Segoe Script")
$Button1 = GUICtrlCreateButton("Creator öffnen", 8, 40, 75, 25, 0)
$Button2 = GUICtrlCreateButton("Cancel", 232, 40, 43, 25, 0)
$Button3 = GUICtrlCreateButton("Homepage", 160, 40, 67, 25, 0)
$Button4 = GUICtrlCreateButton("Information", 88, 40, 67, 25, 0)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
$Com1 = GUICtrlRead($Combo111)
If $Com1 = "Massegbox Creator" Then
GUICtrlDelete($Button1)
GUICtrlDelete($Button3)
GUICtrlDelete($Button4)
GUICtrlDelete($Label1)
GUICtrlDelete($Combo1)
$Msg1 = GUICtrlCreateButton("MsgBox Genert", 8, 40, 91, 25, 0)
GUICtrlDelete($Button2)
$Exit1 = GUICtrlCreateButton("Cancel Form", 104, 40, 83, 25, 0)
$Jessica = GUICtrlCreateLabel("<3 Jessica <3", 192, 8, 82, 17)
GUICtrlSetFont(-1, 8, 800, 4, "MS Sans Serif")
GUICtrlSetColor(-1, 0x0000FF)
$Profil = GUICtrlCreateLabel("Profil", 192, 32, 33, 17)
$Guid = GUICtrlCreateLabel("Guid", 240, 32, 33, 17)
GUICtrlSetFont(-1, 8, 800, 4, "MS Sans Serif")
GUICtrlSetColor(-1, 0x008080)
$Uberschrift = GUICtrlCreateInput("Überschrift", 8, 8, 89, 21)
$Text = GUICtrlCreateInput("Text", 104, 8, 81, 21)
EndIf
EndSwitch
WEnd