Re: [Gambas-user] Picture Viewer Project
Brought to you by:
gambas
|
From: Bodard F. <gam...@wa...> - 2005-03-14 18:35:33
|
Le lundi 14 Mars 2005 16:03, Michael Sullivan a =E9crit=A0:
> I'm working on a small Picture Viewer project. The form consists of a
> large PictureBox and a listbox that lists files from a directory. I
> want the PictureBox to show the picture the user selects from the
> fileList, but I can't figure out how to do it. When the user selects a
> filename from the list box, that filename is assigned to a string. Can
> anyone give me the exact syntax for loading a picture file from a string
> filename? I looking in the docs; they mentioned a Load subroutine, but
> I can't figure out how to use it...
MyPicture.Load("path")
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick
> _______________________________________________
> Gambas-user mailing list
> Gam...@li...
> https://lists.sourceforge.net/lists/listinfo/gambas-user
|