This is a general VB problem. With this code from User Control:... nothing happens (.property is the same as before). But this:Code:With Extender.Parent.Controls(Extender.Name).Item(0)
.property = value
End With
... works.Code:Extender.Parent.Controls(Extender.Name).Item(0).property = value
Am i missing something?
