#include <GUIConstantsEx.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("New", 328, 213, 302, 218)
$Button = GUICtrlCreateButton("Elitepvpers.com",150,49,150,5 0,$WS_GROUP)
GUICtrlSetBkColor(-1, 0x00FFFF)
$Button1 = GUICtrlCreateButton("Elite*Gold Traiding",150,98,150,50)
GUICtrlSetBkColor(-1, 0x00FFFF)
$Button2 = GUICtrlCreateButton("Elitepvpers Posteingang",0,49,150,50,$WS_GROUP)
GUICtrlSetBkColor(-1, 0x00FFFF)
$Button3 = GUICtrlCreateButton("Guild Wars",0,98,150,50,$WS_GROUP)
GUICtrlSetBkColor(-1, 0x00FFFF)
$Pic1 = GUICtrlCreatePic("für Cdog.jpg", -8, 0, 344, 368, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
GUISetState()
$gui = GUICreate("Guild Wars Bereich", 300,295)
GuiCtrlCreateLabel("Hallo und Herzlich Wilkommen Suche dir nun deine Section aus in die du möchtest:",0,0,300,40)
$Button4 = GUICtrlCreateButton("Guild Wars",0,196,300,50,$WS_GROUP)
GUICtrlSetBkColor(-1, 0x00FFFF)
$Button5 = GUICtrlCreateButton("Guild Wars Questions",0,245,300,50)
GUICtrlSetBkColor(-1, 0x00FFFF)
$Button6 = GUICtrlCreateButton("Guild Wars Traiding",0,147,300,50,$WS_GROUP)
GUICtrlSetBkColor(-1, 0x00FFFF)
$Button7 = GUICtrlCreateButton("Guild Wars Hacks",0,98,300,50,$WS_GROUP)
GUICtrlSetBkColor(-1, 0x00FFFF)
GUISetState(@SW_HIDE)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button
MSGBox(1,"Viel Spaß", "Ich wünsche dir viel Spaß bei Elitepvpers.com")
ShellExecute("http://www.elitepvpers.com/")
Case $Button1
MSGBox(1,"Viel Spaß", "Ich wünsche dir viel Spaß bei dem elite*gold Traiding")
ShellExecute("http://www.elitepvpers.com/forum/elite-gold-trading/")
Case $Button2
MSGBox(1,"Viel Spaß", "Ich wünsche dir viel Spaß bei Epvp")
ShellExecute("http://www.elitepvpers.com/forum/private.php")
Case $Button3
GUISetState(@SW_SHOW, $gui)
Case $Button4
MSGBox(1,"Viel Spaß", "Ich wünsche dir viel Spaß bei Der question Section")
ShellExecute("http://www.elitepvpers.com/forum/guild-wars/")
Case $Button5
MSGBox(1,"Viel Spaß", "Ich wünsche dir viel Spaß bei Der question Section")
ShellExecute("http://www.elitepvpers.com/forum/gw-bot-discussions-questions/")
Case $Button6
MSGBox(1,"Viel Spaß", "Ich wünsche dir viel Spaß bei dem Guild Wars Traiding")
ShellExecute("http://www.elitepvpers.com/forum/guild-wars-trading/")
Case $Button7
MSGBox(1,"Viel Spaß", "Ich wünsche dir viel Spaß bei dem Guild Wars Hacks Bots and more")
ShellExecute("http://www.elitepvpers.com/forum/gw-exploits-hacks-bots-tools-macros/")
EndSwitch
WEnd
|