picturebox image question
I can't seem to get my picturebox to display images correctly. It wants to tile the images no matter what the property I set. I set the sizemode to autosize, then stretch and still got tiled images. I also tried setting the sizemode through code, but it still gives me tiled images!
If anyone knows what I'm doing wrong, then please tell.
Re: picturebox image question
It sounds like you've set the BackgroundImage property instead of the Image property.
Re: picturebox image question
Wow, nice diagnosis without much information given ;) That's EXACTLY what I did.
Thanks for the help!