Hello there,
Case $hButton5
MsgBox (4,"Update", " Check for updates?")
if $hButton5 = 6 Then
gui3()
ElseIf $hButton5 = 7 Then
Exit ; what should i add here to make the MsgBox close if i chose 7 = No?
EndIf
How do i make the MsgBox close if i chose the answer 7 = no???