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 Sub Form1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles MyBase.Paint
e.Graphics.DrawString("Hello", New Font("Arial", 12.0), New SolidBrush(Color.Black), 200, 200)
End Sub
Label1.BackColor = Color.Transparent