Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,

I'm trying to create a slide show in Visual Studio C Sharp but don't know where to begin. I've done something similar with the adrotator but that only changes when the forms refreshed.

It needs to be automated.

Thanks in advance.

Rob
Posted

Is Google your enemy?

This gave over 15 millions results:
http://en.lmgtfy.com/?q=slideshow+%22C%23%22[^].

The search result #4 from top was this CodeProject article:
A Simple Image Slide Show[^].

You can find enough to start with.

—SA
 
Share this answer
 
Comments
Albin Abel 16-Apr-11 22:56pm    
my 5
Sergey Alexandrovich Kryukov 16-Apr-11 23:21pm    
Thank you, Albin.
--SA
Try to understand how better performed slide show works. Usually flash slide shows may be static or read an xml. Nothing to do with c#. Javascript can juggle with asp.net ajax. But more of client side coding and artistic stuff needed for slide shows. Server side only helps how provide the data required in an effective way, that is common for all the programming. I think SAkryukov provided useful links + google can help you much.

Good luck
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 16-Apr-11 23:20pm    
All right, 5.
--SA
Albin Abel 17-Apr-11 10:10am    
Thanks SAKryukov

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