BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Review JPEG Pictures

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Graphics
View previous topic :: View next topic  
Author Message
Stan
Guest





PostPosted: Sat Apr 08, 2006 2:03 pm    Post subject: Review JPEG Pictures Reply with quote



D7

i have some JEPG picture(s) in C:\MyPictures
when i open my form ( image1) i want to see the first picture in
C:\Pictures
and i have Prior , Next buttons on the form
how can go Prior & Next pictures when i click the releted button.

Thank you
Back to top
Ronaldo Souza
Guest





PostPosted: Sat Apr 08, 2006 2:03 pm    Post subject: Re: Review JPEG Pictures Reply with quote



Stan wrote:
Quote:
i have some JEPG picture(s) in C:\MyPictures
when i open my form ( image1) i want to see the first picture in
C:\Pictures
and i have Prior , Next buttons on the form
how can go Prior & Next pictures when i click the releted button.

Before you show the first picture, scan the folder for JPEG file using
FindFirst, FindNext & FindClose (there's an example in the help). Fill a
TStringList with the file names, which can be alphabetically ordered or
not:

//First picture "|<"
Idx := 0;
load and display (MyStringList.Strings[Idx])

//"Next" picture ">"
Inc(Idx);
load and display (MyStringList.Strings[Idx])

//"Previous" picture "<"
Dec(Idx);
load and display (MyStringList.Strings[Idx])

//"Last" picture ">|"
Idx := MyStringList.Count-1;
load and display (MyStringList.Strings[Idx])


Good luck,
Ronaldo
Back to top
Solanovic
Guest





PostPosted: Sun Apr 09, 2006 8:03 am    Post subject: Re: Review JPEG Pictures Reply with quote



Ronaldo,

Thank you very much.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Graphics All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.