PDA

Click to See Complete Forum and Search --> : Control Problem


juanki23
Sep 22nd, 2002, 07:37 PM
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 juanki23@hotmail.com

JMvVliet
Oct 2nd, 2002, 07:49 AM
Can't you set something like label1.parent = picturebox1?