Hi
can any one guide me how to load images in list box and then display as a slide show in picture box at diffrent intervals of time using C#
Load images in list box
Page 1 of 11 Replies - 4443 Views - Last Post: 13 January 2010 - 02:49 AM
Replies To: Load images in list box
#2
Re: Load images in list box
Posted 13 January 2010 - 02:49 AM
I believe you will have to show some effort first. Anyway, here's the hint. You will have to use System.IO namespace, instantiate a DirectoryInfo class which will enable you to get all files from specified directory. Then you will iterate through all the files in your array and fill the file names in your listbox.
For slide show effect, you can use a Timer control which will change the image every n seconds.
For slide show effect, you can use a Timer control which will change the image every n seconds.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|