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.
Dim testText As New System.Windows.Forms.TextBox()
testText.Location = New System.Drawing.Point(tPosX, posY)
testText.Name = "johnDoe"
johnDoe.Text = "John Doe"
For Each value in data
If value Then
xPos += 24
Dim tempName As String = FieldName & "txt"
Dim tempName As New Textbox()
tempName.Location = xPos, yPos
End If
Next