Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
[COLOR="Lime"][B]Private Sub Command1_Click()
m = MsgBox("çıkmak istediğinizden emin misiniz?", 36, "Çıkış")
If m = 6 Then
End
Else
Form1.Show
End If
End Sub[/B][/COLOR]