Trong file koda nếu không hoạt động thì phải change mode của gui để hoạt động
đầu file
Opt("GUIOnEventMode", 1) ; Change to OnEvent mode
Sau khi tạo form thì bạn cần tạo set on event close
$Form1 = GUICreate("Form1", 615, 438, 192, 124)
GUISetOnEvent($GUI_EVENT_CLOSE, "SpecialEvents")
Func SpecialEvents()
$click = MsgBox($MB_OKCANCEL,"","Thoát nhé babe")
If $click = 2 Then
EndIf
If $click = 1 Then
Exit
EndIf
EndFunc ;==>SpecialEvents
Không có nhận xét nào:
Đăng nhận xét