I have Delphi 5 Enterprise. I have a TImage that I want to load a JPG file
into. When I use the Image Editor (by double-clicking the TImage at design
time) I can load the file. If I try "Image1.Picture.LoadFromFile
('MyFile.jpg'); I get an error stating that .jpg is un unrecognized
extension. How can I get the TImage to display JPG files?
Thanks in advance.
--Doug