Name: Anonymous 2013-01-24 18:55
Hello /g/,
I'm currently developing an application for the Samsung Sur40 table.
I'm using the surface SDK with visual studio 2010.
Now, I never programmed something in C# / XAML before, because my focus has mainly been on web-based applications. The problem I'm encountering at the moment is that I need to refresh an image I retrieve from the web every 5 seconds.
I can't use a sleep function, because it would completely freeze the user interface. Instead I'm looking for some kind of timer that will refresh the image every 5 seconds, while running unnoticeably in the background.
Your help would be greatly appreciated.
I'm currently developing an application for the Samsung Sur40 table.
I'm using the surface SDK with visual studio 2010.
Now, I never programmed something in C# / XAML before, because my focus has mainly been on web-based applications. The problem I'm encountering at the moment is that I need to refresh an image I retrieve from the web every 5 seconds.
I can't use a sleep function, because it would completely freeze the user interface. Instead I'm looking for some kind of timer that will refresh the image every 5 seconds, while running unnoticeably in the background.
Your help would be greatly appreciated.