|
-
Feb 1st, 2006, 10:43 PM
#1
Thread Starter
Junior Member
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
-
Feb 1st, 2006, 10:59 PM
#2
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).
-
Feb 2nd, 2006, 12:16 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|