Subject Re: [IBO] IB_Image and JPG's
Author Frank
Jason, I use IBO 4.2.1 and don't see any
TIB_JPEGImage component !

Any idea ?





--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> > How can I extend this code snippet to load not only BMP but also
> > JPEG's ?
> >
> > if OpenPictureDialog1.Execute then
> > begin
> > IB_Image1.Picture.LoadFromFile(OpenPictureDialog1.FileName);
> > end;
>
> You need to use TIB_JPEGImage control.
>
> Jason Wharton
> www.ibobjects.com