Events during image loading

andycee

Member
Joined
Mar 24, 2006
Messages
11
Programming Experience
1-3
Hi all,

I'm having some issues with my app, due to events not being processed whilst images are loading.

I'm loading camera images over a WLAN connection, so 1-2Mb files are taking a good 4-8 seconds to load. The problem is that there are various events (key presses, timers) that I would like to run if they occur whilst the image is loading, but these are queued and dealt with after the load.

Using System.Drawing.Image.FromFile(fname) to load the image.

Are there any ways around this ??

thanks
 
Back
Top