I have just wrote my first app in WPF (actually it is my first windows app). It is an image resizer which converts pictures correctly but it jams when I load large number of images (The window freezes and I cant move it).
I have a list of strings where each item represents location of the image. Then I run the following loop:
Yes, I'd create a class that does the loading/conversion in a different thread and then use events to notify the main UI thread of the conversion progress.
Bookmarks