 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Lauchlan M Guest
|
Posted: Thu Oct 30, 2003 11:57 pm Post subject: Using TImage & TOpenPictureDialog |
|
|
Hi.
I have a TImage component, and I'm using a TOpenPictureDialog to open an
image and put it in the TImage:
procedure TfrmMain.btnAddImageClick(Sender: TObject);
begin
if openImage.Execute then
imgIMG.Picture.LoadFromFile(openImage.Filename);
end;
It generally works ok, except when I navigate to the MyDocuments folder in
the windows directory. Then it hangs.
Any ideas on why this might be happening, and how to fix it?
Also, what file formats are valid for the picture property? .gif, .tiff etc?
(Delphi help does not say about these).
Thanks!
Lauchlan M
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|