Has anyone else experienced this:
I am using a usercontrol on a form in VB. The usercontrol (name ctlSheet1) has it’s visible property set to TRUE:
me.ctlSheet1.visible = true
However, directly after I do this, although the usercontrol is displayed, FALSE is returned from the usercontrol.
Has anyone an explanation / solution.
Cheers