Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi, i want to show images as a slide show...

here i am having database.. in that i have stored image path..
so I am retrieving images path from database and i want to show those images as a slide show with some image sliding effects

i want to show 3 images at a time in window(assuming more than 10 images are available in database)

how to do this in WPF using c#

need your help....
Posted

All I did - took your question title and Googled[^]. Here are top few result:
WPF Slideshow[^]
Image Slideshow in WPF[^]
Making an Image SlideShow in WPF: Part I[^]
 
Share this answer
 
Comments
ravithejag 26-Apr-12 7:44am    
i also want to have the transition effects between the images
Sandeep Mewara 26-Apr-12 9:39am    
Did you tried anything from your side? You want exact code. Sorry!
ravithejag 27-Apr-12 0:35am    
Hi sandeep i have tried but not getting any effects
Hai,

Rather than adding image path to database....u can save it as longblob
Can retrieve it from there itself

....
 
Share this answer
 
Comments
ravithejag 26-Apr-12 7:45am    
i also want to have the transition effects between the images
Please help me if you know about this
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900