Thursday, August 30, 2012

Popup to be shown Every 5 minutes

Popup to be shown Every 5 minutes

Hi

 

I have a child windows which needs to be shown every 5 minutes

How can i achieve this task. Should i use Threading ? Pls note I dont want to use Notification Window as the requirement is to be displayed in a Childwindow

 

Answers & Comments...

Answer: 1

GaneshGdrBlr

I have a child windows which needs to be shown every 5 minutes

Make use of DispatcherTimer, in tick event open the childwindow and close it in close event.

http://amjadsilverlight.wordpress.com/2011/09/27/how-to-use-dispatchertimer-in-silverlight/

http://www.java2s.com/Code/Silverlight/Data/EventDispatcherTimer.htm

http://msdn.microsoft.com/en-us/library/cc189084(v=vs.95).aspx





No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog