Ecco il codice:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim testo As New TextBox
testo.Text = "Ciao bello"
Me.Controls.Add(testo)
End Sub
Ed ecco il form:
La fonte

Nessun commento:
Posta un commento