Results 1 to 3 of 3

Thread: How to view both label and picture on a form???

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2005
    Posts
    24

    How to view both label and picture on a form???

    Hi everyone!!!
    well i am again stuck in my project!!
    can anyone solve my problem?
    I placed a picturebox on my form with a picture(gif) and i already had labels on that form.i put the picture box to back and labels to front (not using code but) but when i run the form, the picture comes at the back but the labels are not visible.whats the problem?should i code them?and if so, whats the code for them?
    Thanks

  2. #2
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: How to view both label and picture on a form???

    Labels are drawed in the first layer, at the same level than the form itself, you can't show them over a picturebox. Why don't you use textboxes instead? Or an image control instead of a picturebox (the image control is drawed in the same layer than the label).

  3. #3
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: How to view both label and picture on a form???

    Or move the Labels onto the PictureBox. The PictureBox is also a Container control.

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