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.
Private f2 As New Form2
Private f3 As New Form3
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
f2.Show()
f3.Show()
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
f2.Button1_Click(sender, e)
f3.Button1_Click(sender, e)
End Sub
Private Sub UpdaterClick(sender As System.Object, e As System.EventArgs) Handles Updater.Click
SZLDLG.SZLCLICK(sender,e)