Results 1 to 2 of 2

Thread: Control Problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    10

    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]

  2. #2
    Hyperactive Member JMvVliet's Avatar
    Join Date
    May 2001
    Location
    Papendrecht, Netherlands
    Posts
    310
    Can't you set something like label1.parent = picturebox1?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width