A
Armin Zingler
QT said:i = 1
Dim Panel(i) As System.Windows.Forms.Panel
Panel(i).BackColor = System.Drawing.SystemColors.ControlLightLight
Panel(i).Controls.Add(Me.lblAuditRef)
Panel(i).Location = New System.Drawing.Point(16, 24)
Panel(i).Name = "Panel1"
Panel(i).Size = New System.Drawing.Size(704, 24)
Panel(i).TabIndex = 0
But I am getting error. can't I make label field with (i) variable?
or how can I do?
Which error? Probably because you don't create a Panel.