J
Jason Gyetko
I'm trying to position and display a Frame box label. I'm specifying the
following info, but the label does not appear:
lblTest.Caption = "Test"
lblTest.Visible = True
lblTest.Left = 4.4583
lblTest.Top = 2.75
lblTest.Width = 0.6667
lblTest.Height = 0.2083
Am I leaving something out or doing somehting wrong? Thanks.
following info, but the label does not appear:
lblTest.Caption = "Test"
lblTest.Visible = True
lblTest.Left = 4.4583
lblTest.Top = 2.75
lblTest.Width = 0.6667
lblTest.Height = 0.2083
Am I leaving something out or doing somehting wrong? Thanks.