Caching Thumbnails

ss7thirty

Well-known member
Joined
Jun 14, 2005
Messages
455
Location
New Jersey, US
Programming Experience
5-10
I had an earlier post where I was directed to add threading to the code that loads thumbnails to make it quicker this was great advice. You can refer to those posts for code on what is actually going on. I have a picture box inside a customer control call thumbnailControl (TC) and the thumbnails are loaded onto a thumbnailContainerControl (TCC) this is a flow layout panel that has a status bar and a context menu with various events. But what I need help with is when files load I want to cache to make it easy to refresh for when changes could have been made. Any good ideas? or any other developemental tips would be good also but this is my main concern right now. Things to keep in mind are that I do not want to take up too much network disk space or have to save/delete them from a users PC what is a good way to cache them. Keep in mind that I am working in 2.0 so I am sure there has to be some sort of powerful tool that can do this.
 
Back
Top