Dim lb As New
Label
lb.Text =
"hello"
lb.Top =
200
lb.Left =
100
Me.Controls.Add(lb)
2022-02-28 03:49:48
Dim lb As New
Label
lb.Text =
"hello"
lb.Top =
200
lb.Left =
100
Me.Controls.Add(lb)