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.
DİKKAT !
Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak Dosya Yükleme tamamen ücretsizdir.
Private Sub CommandButton1_Click()
If TextBox1.Text = "" Then
MsgBox "Ad Soyad Yazılmamıştır"
TextBox1.SetFocus
ElseIf TextBox2.Text = "" Or TextBox2.TextLenght <> 11 Then
MsgBox "TC eksik ya da yanlış yazılmıştır."
TextBox2.SetFocus
ElseIf TextBox3.Text = "" Then
MsgBox "Puan Yazılmamıştır."...