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.
Propties de Max olması lazım biraz araştırılsın bulabilirsin
Bu kodu incele ve geliştir atayım örnek
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If Not ListBox1.Items.Count = 10 Then
ListBox1.Items.Add(TextBox1.Text)
Else
MsgBox("You can't add more Items")
End If
End Sub
if |listboxının adı|.Items.Count<|koyacağın sınır| then
|listboxının adı|.Items.Add(|ekleyeceğin eleman|)
else
'Burada ekleyemediğinde yapacağı şey...
endif
tamamda , bu kodu nereye yazıcam![]()