A
Able
Dear friends
Why is this label invisible:
Dim myLbl As New Label
myLbl.BorderStyle = BorderStyle.FixedSingle
myLbl.BackColor = Color.White
myLbl.ForeColor = Color.Black
myLbl.Size = New Size(100, 23)
myLbl.Location = New Point(5, 5)
myLbl.Visible = True
myLbl.Text = "Testing"
Regards Able
Why is this label invisible:
Dim myLbl As New Label
myLbl.BorderStyle = BorderStyle.FixedSingle
myLbl.BackColor = Color.White
myLbl.ForeColor = Color.Black
myLbl.Size = New Size(100, 23)
myLbl.Location = New Point(5, 5)
myLbl.Visible = True
myLbl.Text = "Testing"
Regards Able