Jump to content

Katılımsız Kurulumda Bi Soru


woramon

Recommended Posts

  • 3 ay sonra...

hocam

#include <ButtonConstants.au3>

#include <GUIConstantsEx.au3>

#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=

$Form1 = GUICreate("Form1", 315, 146, 210, 125)

$Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 8, 8, 97, 17)

$Checkbox2 = GUICtrlCreateCheckbox("Checkbox2", 8, 40, 97, 17)

$Button1 = GUICtrlCreateButton("Button1", 136, 8, 155, 49, 0)

GUISetState(@SW_SHOW)

#EndRegion ### END Koda GUI section ###

While 1

$nMsg = GUIGetMsg()

Switch $nMsg

Case $GUI_EVENT_CLOSE

Exit

EndSwitch

WEnd

buna her kurulum veya çalışması için ilerlemeyi nasıl gösteririz

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...