VB 6 Enterprise Edition
I have a Frame that contains 2 option buttons. The frame is called FraOverUnder - Index is set to 0.
The option buttons are called "optOver" and "optUnder"
My code to show the frame is:
VisitorCount is a variable that is being incremented correctly.
My Problem: When the Frame(fraOverUnder) is loaded and made visible, the option buttons ARE NOT seen.
Can you tell me what the problem is?
Thank You,
Sam
I have a Frame that contains 2 option buttons. The frame is called FraOverUnder - Index is set to 0.
The option buttons are called "optOver" and "optUnder"
My code to show the frame is:
Code:
Load fraOverUnder(VisitorCount)
fraOverUnder(VisitorCount).Top = fraOverUnder(VisitorCount - 1).Top + fraOverUnder(VisitorCount - 1).Height + 25
fraOverUnder(VisitorCount).Visible = True
My Problem: When the Frame(fraOverUnder) is loaded and made visible, the option buttons ARE NOT seen.
Can you tell me what the problem is?
Thank You,
Sam