Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How do I use the timer counter with an ImageList in a slideshow in windows forms applications with c++?
Posted
Updated 7-Oct-14 2:55am
v3
Comments
Leo Chapiro 7-Oct-14 8:55am    
What have you already achieved?
Richard MacCutchan 7-Oct-14 8:56am    
Use the timer to tell you when to switch to the next image. What is the problem?
[no name] 7-Oct-14 9:02am    
You do some research on how to use a timer and your write some code.

1 solution

Just Googling you may find many Windows Forms slideshow examples on the web[^]. While they are usually coded using C# (or VB.NET) you should easily grasp the ideas and adapt to C++.
 
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