autoit tool>>koda(formdesigner) de hazırladıgın form şemasının kodlarını autoit script editore ekliyorum ama oluşturdugum formun calışmasını nasıl saglayabilirim. Kod:
#include #include #include #include #include #Region ### START Koda GUI section ### Form=C:\Documents and Settings\BURKAN BİLGİSAYAR\Desktop\FORM2.kxf $Form1 = GUICreate("(B2F) Auto Res", 203, 193, 199, 124) $Slot1 = GUICtrlCreateInput("Slot1", 40, 80, 121, 21) $Button1 = GUICtrlCreateButton("Button1", 16, 120, 75, 25, $WS_GROUP) $Button2 = GUICtrlCreateButton("Button2", 112, 120, 75, 25, $WS_GROUP) $Label1 = GUICtrlCreateLabel("Skill Slot numarasını Giriniz", 32, 48, 128, 17) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Slot1 EndSwitch WEnd
burada slot1 yazan yere girilen rakamın buton1 tuşuna bastıgımda calışmasını buton2 tuşuna bastıgımda durmasını istiyorum nasıl yapabilirim __________________
Autoit Koda(formdesigner) Yardım Pls!!
Programlama0 Mesaj
●41 Görüntüleme
- ReadBull.net
- Programlama ve Yazılım
- Programlama
- Autoit Koda(formdesigner) Yardım Pls!!