|
You last visited: Today at 14:06
Advertisement
hilfe pls
Discussion on hilfe pls within the Guild Wars forum part of the MMORPGs category.
11/16/2008, 22:01
|
#16
|
elite*gold: 0
Join Date: Oct 2008
Posts: 154
Received Thanks: 12
|
gib doch einfach seine hprocess exe in google ein xD
es handelt sich hier wohl um Last Chaos
|
|
|
11/17/2008, 06:29
|
#17
|
elite*gold: 0
Join Date: Jun 2008
Posts: 350
Received Thanks: 67
|
jo ist richtig^^
|
|
|
11/17/2008, 19:04
|
#18
|
elite*gold: 0
Join Date: Jun 2008
Posts: 350
Received Thanks: 67
|
hab jetzt schon wieder ne neue frage^^
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <StatusBarConstants.au3>
#include <WindowsConstants.au3>
$Form1_1 = GUICreate("Label1", 403, 296, 494, 163)
GUISetBkColor(0xC0C0C0)
$Label1 = GUICtrlCreateLabel("Label2", 8, 120, 208, 17)
$Label2 = GUICtrlCreateLabel("Label3", 8, 136, 342, 17)
$Button1 = GUICtrlCreateButton("button1", 8, 152, 75, 25, 0)
$Label3 = GUICtrlCreateLabel("Label4", 8, 192, 202, 17)
$Label4 = GUICtrlCreateLabel("Label5", 8, 208, 330, 17)
$Label5 = GUICtrlCreateLabel("Label6", 8, 224, 341, 17)
$Button2 = GUICtrlCreateButton("Button2", 8, 240, 75, 25, 0)
$Label6 = GUICtrlCreateLabel("Label7", 8, 24, 354, 17)
$Label7 = GUICtrlCreateLabel("Label8", 8, 40, 389, 17)
$Label8 = GUICtrlCreateLabel("Label9", 8, 56, 53, 17)
$Button3 = GUICtrlCreateButton("Button3", 8, 80, 73, 25, 0)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
wie kann ich dem denn jetzt sagen das wenn er button1 drückt func1 machen soll button2 func2 usw
While True
$MSG = GUIGetMsg()
Select
Case $MSG = $Button1
Call("func1")
Case $MSG = $Button3
Call("func2")
Case $MSG = $Button3
Call("func3")
EndSelect
WEnd
so funkt es i-wie net^^ also wenn ich auf den button klicke tut der nix
pls help^^
|
|
|
11/17/2008, 19:14
|
#19
|
elite*gold: 0
Join Date: Jan 2008
Posts: 1,098
Received Thanks: 198
|
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
func
Case $Button2
func
Case $Button3
func
EndSwitch
WEnd
|
|
|
11/17/2008, 19:21
|
#20
|
elite*gold: 0
Join Date: Jul 2008
Posts: 272
Received Thanks: 12
|
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <StatusBarConstants.au3>
#include <WindowsConstants.au3>
$Form1_1 = GUICreate("Label1", 403, 296, 494, 163)
GUISetBkColor(0xC0C0C0)
$Label1 = GUICtrlCreateLabel("Label2", 8, 120, 208, 17)
$Label2 = GUICtrlCreateLabel("Label3", 8, 136, 342, 17)
$Button1 = GUICtrlCreateButton("button1", 8, 152, 75, 25, 0)
$Label3 = GUICtrlCreateLabel("Label4", 8, 192, 202, 17)
$Label4 = GUICtrlCreateLabel("Label5", 8, 208, 330, 17)
$Label5 = GUICtrlCreateLabel("Label6", 8, 224, 341, 17)
$Button2 = GUICtrlCreateButton("Button2", 8, 240, 75, 25, 0)
$Label6 = GUICtrlCreateLabel("Label7", 8, 24, 354, 17)
$Label7 = GUICtrlCreateLabel("Label8", 8, 40, 389, 17)
$Label8 = GUICtrlCreateLabel("Label9", 8, 56, 53, 17)
$Button3 = GUICtrlCreateButton("Button3", 8, 80, 73, 25, 0)
GUISetState(@SW_SHOW)
While 1
$msg=GuiGetMsg()
If $msg=-3 Then Exit
If $msg=$button1 Then button1()
If $msg=$button2 Then button2()
Wend
Func button1()
EndFunc
Func button2()
EndFunc
sonst kleiner tipp guck mal hier im forum nach dem thread von mir VGE dann musst du nur noch die button funcs eintragen und fertig^^
|
|
|
 |
|
Similar Threads
|
[Hilfe]Schnelle hilfe! Dyndns Hp geht nicht trotz korrekter eingabe
03/20/2011 - Metin2 Private Server - 6 Replies
Tag zusammen
Also ich habe folgendes problem
1. Bin ich um 3 Uhr abendds ( 2:50) noch immer Wach und prepariere meinen Server
und 2. Meine Homepage geht nicht!
Also
Stand sieht wie folgt aus bei der Portfreigabe in meiner Fritzbox 7270 Fon Wlan
|
Hilfe Hilfe Pls Gucken Brauche Hilfe
04/04/2010 - Technical Support - 3 Replies
Ja wegen der Signatur sieht es euch ma an in pics
/http://img641.imageshack.us/img641/6070/unbenann t790kjkh.png
http://img444.imageshack.us/img444/6981/unbenannt kjhghzuijhbh.png
kann mir pls einer HELFEN...
|
HILFE HILFE HILFE MIT SjSro Startproblem
12/14/2009 - SRO Private Server - 4 Replies
Hi Leute hab ein Problem mit SjSro wenn ich auf starten klicke kommt diese Meldung Sorry.Failed to execute Silkroad. bitte helfen hab anti virus aus geht immer noch nicht wo liegt das problem
thx schon mal im voraus
BITTE HELFEN BITTE
WILL UMBEDINGT ZOCKEN!!
|
All times are GMT +1. The time now is 14:07.
|
|