Re: Loading other Image Formats. Other than just BMP


2003-08-31 02:19:08 AM
delphi187
I have changed my stratigy.
Doing this instead.
(Using TImage)
FormAvtivate
Image1.Picture.LoadFromFile(''+imagepath.text+'');
Form1.Image1.Stretch := True;
end;
This works like a charm.
Take Care All;
Wayne