isvalidjpegfile(filename)
From: PeterV (verstapp_at_actewagl.net.au)
Date: 03/21/05
- Next message: Jeremy Collins: "Re: Outlook 2000"
- Previous message: Nicholas Sherlock: "Re: Detecting the current volume of the windows mixer"
- Next in thread: J French: "Re: isvalidjpegfile(filename)"
- Reply: J French: "Re: isvalidjpegfile(filename)"
- Reply: Nicholas Sherlock: "Re: isvalidjpegfile(filename)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Mar 2005 06:59:48 GMT
Does such a function exist?
It may help me get fewer JPEG error#41s if I had some assurance that I was
loadfromfile-ing a valid file.
Alternatively, something more bulletproof than the
try
image1.Picture.LoadFromFile(currentfilepath);
except
exit;
end;
which is what is giving me the error#41s would be nice.
TIA
- Next message: Jeremy Collins: "Re: Outlook 2000"
- Previous message: Nicholas Sherlock: "Re: Detecting the current volume of the windows mixer"
- Next in thread: J French: "Re: isvalidjpegfile(filename)"
- Reply: J French: "Re: isvalidjpegfile(filename)"
- Reply: Nicholas Sherlock: "Re: isvalidjpegfile(filename)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|