|
-
Apr 13th, 2008, 05:59 PM
#6
Re: [2005] label transparencies (I have done my research...)
Just to elaborate on Atheist's post, the PictureBox is not intended to be a container, that is, it is not meant to be the parent of other controls. Therefore, as Atheist suggested, you either need to draw the text on the image during PictureBox's paint event, or you could use a panel instead of a PictureBox (Use the Panel's BackgroundImage property).
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
|