Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
While True
Try
ListBox1.Items.Add("test")
Catch ex As Exception
MsgBox(ListBox1.Items.Count)
Exit Sub
End Try
End While