CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Location
    LA, USA
    Posts
    23

    Can PictureBox control contain other controls

    I just want to know if Picture Box control can contain other controls inside it - like Label, checkBox etc.

    Shalini


  2. #2
    Join Date
    Sep 1999
    Posts
    2

    Re: Can PictureBox control contain other controls

    Yes, the PictureBox control can act as a container. Meaning it can contain other controls.

    LM Ginn

  3. #3
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: Can PictureBox control contain other controls

    Shalini,
    Picture box can contain other controls.... Even you can use it as text store also. I mean you can use print command to place the text.
    Santulan


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

Featured