Click here to Skip to main content
15,908,901 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am sorry to ask again. I saw this code
Slide Show with Fade In/Out Effect[^]
Then I think how to make a slideshow but without drop a file into it? Like it play from beginning. I tried to put a image with below address to load. but the image does not load after all. Any clue or idea maybe ?
C#
image[0] = "c:\\land.jpg";
image[1] = "c:\\lost.jpg";

Thanks a lot for your attention
Posted
Updated 23-Jun-12 23:42pm
v2

Maybe use something like this:
C#
Image.FromFile("c:\\filename.jpg");


But most like you'll benefit from reading the MSDN documentation on Image.

I would consider using WPF for something like this, even if it has a bit of a learning curve it is ideal for this kind of task.
 
Share this answer
 
I think you can make slide show with effect using flash slideshow maker. The C# code is so hard to understand for some people, I think. I often make photo albums to share online. Maybe Kvisoft Slideshow Software is your good choice.
 
Share this answer
 

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