[Gambas-user] PictureBox problem (Gambas3)

Bill Richman bill at ...2351...
Fri Jan 15 01:33:04 CET 2010


Have you tried:

picturebox1.Picture = Picture.load(application.path & "/image/back.png")

If only part of your picture is showing, try setting the "stretch" 
property of the Picturebox control to "True".

Bill Richman - Lincoln, Nebraska
Tilter at windmills, maker of pies in the sky, & curmudgeon
email: bill at ...2350...  web: www.geektrap.com




kobolds wrote:
> I having strange problem with PictureBox to display image. 
>
> if I choose the image from picturebox properties , the image show up but
> when I do it from program , the picture not showing .
>
> in the program I do this
> picturebox1.picture = picture[application.path & "/image/back.png"]
>
> I found out that some of my picture is showing but some no. I have not a
> clue what going on . %-|
>
>
> http://old.nabble.com/file/p27169578/Back.png.tar.gz Back.png.tar.gz 
>
>   




More information about the User mailing list