Bir form oluşturalım ve yanına bir splash screen.
kullanıcımız splash screen den giriş yapsın bunu icin splash screen'e
2 text box ve 1 command button
Butona şu kodları yazalım
Kod:
if text1.text= 123 and text2.text= sifre then frmsplash.hide form1.show MsgBox("giris yapıldı") else MsgBox("Giris Yapılamıyor") end if
Daha sonra form 1 e gelelim ve Form load a şu kodları yazalım
Kod:
Form1.caption = frmsplash1.text1
Eğer Form1 cationunda daha fazla birşey gostermek isterseniz + kullanabilirsiniz.Veritabanlı falan yaparsanız uyeleriniz icin daha guzel olur
Ornek
Kod:
Form1.caption = ("Hoşgeldin"]frmsplash.text1
Son Hal:
ALINTI DEĞİLDİR
__________________