G
Guest
Is there a way in VB.NET to use a PicureBox as a container like in VB 6? I have an image that I want to place in a container and have transparent labels "float" on top of the image and use them as buttons. In VB 6, I used a PictureBox and that worked fine. In VB.NET, the labels background shows the same as the forms backcolor, not whatever color the image is behind it. I ran the conversion wizard to convert the project to VB.NET and it replaced the PictureBox with a Panel. The panel has a BackgroundImage property, but that shrinks the image and displays a bunch of them. Is there another container that will accomplish what I want?
Thanks!
Thanks!