yha arkadaşlar form varya vb.nette büyüyor oluşturuyorum arkası gidiyor falan yani tam ekran modunu nasıl kaldıra biliriz ?
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.
Form1.MaximizeBox = False
Me.Maximize = False
Timer1.Enabled = True
Sonra Timer'a da şunu ekle :
If ProgressBar1.Value = 100 Then
Timer1.Enabled = False
MsgBox("Doğrulama tamamlandı", MsgBoxStyle.Information, "Doğrulama")
Else
ProgressBar1.Value += 10
Timer1.Enabled = True