I get new bitmap from some other component ( dont have any control on the other component ) every 5 seconds and i need to update my wpf image control with the new bitmap ( every 5 seconds ... ).
I cant find any way to update this wpf image control in run-time.
How can i do it ?
Thanks.
Loading
Posted Oct 12, 2010, 11:56 PM
http://blogs.msdn.com/b/llobo/archive/2005/10/22/creating-a-timer.aspx
http://www.dotnetspider.com/resources/29705-WPF-Timer-DispatcherTimer.aspx
Mahesh ChandPosted Oct 7, 2010, 9:20 AM
To learn about Timer, search this site (C# Corner home page) for keywords "timer in WPF" and "image in WPF"
Here is one result I found on Timer in WPF.
Timer in WPF by Mahesh Chand on Dec 18, 2009
Here is one of many results I found on Image viewing in WPF.
Image Viewer in WPF by Mahesh Chand on Feb 07, 2010
Good luck!