This post originated from an RSS feed registered with .NET Buzz
by Jason Nadal.
Original Post: ImageStack for Longhorn
Feed Title: Jason Nadal
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/jnadal/Rss.aspx
Feed Description: Restless C#ding
Well, after a bit of time refactoring and ironing out some functionality issues, ImageStack for Longhorn Version A is on my downloads page (the file contains source code and binaries). This is an image browser that can be scrolled through with the mouse wheel, and zoomed with a mouse click. Change folders with the “Get Image Stack“ button.
Any feedback is a good thing, as usual. The source code is fairly well documented, IMHO. There's a couple of caveats to still be worked out for version B, including a memory leak that I believe is either on the get filenames method, or the Canvas.RemoveRange method, and it should be used only on folders of about 15 or less images for now, but it works well, and is a pretty good display of animation.