-
Control Problem
I put a pictureBox in my Control and I put usercontrol.containedcontrols=true
When I put a control inside my control this work perfectly except when I put a Label inside my control. The caption of the Label is not visible because the UserControl take the label, not the Picturebox.
I need that when I place a label inside my control, the PictureBox take the Label.
I wait that you can understand me.
Thank You
Send me an email to [email protected]
-
Can't you set something like label1.parent = picturebox1?