Private Sub Command1_Click()
With Controls.Add("VB.Label", "Label1")
Set .Container = Frame1
.Caption = "Caption"
.AutoSize = True
.Top = (Frame1.Height - .Height) / 2
.Left = (Frame1.Width - .Width) / 2
.Visible = True
End With
End Sub
Сейчас этот форум просматривают: AhrefsBot, Yandex-бот и гости: 15