No announcements
Found 2929605 threads
-
1 Votes
How to use a Dispatch Timer
How can I have a Dispatch Timer run continuously in the background and not have the app frozen? I want to still be able to use the app ...Answered | 2 Replies | 1098 Views | Created by Young Genius - Wednesday, September 18, 2013 11:32 PM | Last reply by Young Genius - Thursday, September 19, 2013 11:48 PM -
0 Votes
How Timer Works(Thread)
, how can I create a componente, that run on a thread like the timer, and dispatch events that is threated on the UI thread. My problem is that when I try ... -
0 Votes
I want to reset a Dispatch Timer..
Yes absolutely.. Application.Current.MainWindow is really hepls me.. but still not even reach the final solution. can u plz give a sample code how ...Answered | 5 Replies | 6901 Views | Created by Vipin Varghese - Tuesday, August 5, 2008 12:58 PM | Last reply by DotNetSanA - Friday, May 21, 2010 5:33 AM -
0 Votes
Dispatch Timer Problems
I think the timer event handler is firing multiple times. You keep adding a new handler without removing the old ...Answered | 3 Replies | 6934 Views | Created by ktavera - Sunday, July 12, 2009 10:23 AM | Last reply by ktavera - Sunday, July 12, 2009 1:11 PM -
0 Votes
Dispatch Timer vs Background Worker
service call returns. Can it be broken down into various steps? You can use dispatcher.begininvoke to queue the items on the UI thread and this will give the UI a chance ...Answered | 1 Replies | 5359 Views | Created by Stephen Hewison - Monday, August 24, 2009 4:52 AM | Last reply by Flexman - Monday, August 24, 2009 5:59 AM -
0 Votes
Issue With Dispatch Timer
a panel that I want to repopulate every 1 minute getting data from the network. I know that I can use the DispatcherTimer class to set the timespan for ...Answered | 1 Replies | 3251 Views | Created by Namrata Chokhani - Thursday, September 23, 2010 6:48 AM | Last reply by Rajnikant Rajwadi - Thursday, September 23, 2010 6:58 AM -
1 Votes
query about wpf dispatch timer
Hi, Attach the Tick Event and Start the Timer. You didn't attach a Tick event and you didn't start the timer and also you didn't create an instance of ...Answered | 1 Replies | 384 Views | Created by princess smiley - Monday, November 25, 2013 2:00 AM | Last reply by Srithar - Monday, November 25, 2013 4:56 AM -
0 Votes
Dispatch Timer Class for WIndows Phone RT
I am very beginner in Windows Phone App development. How can I use Dispatch Timer Class for Windows Phone RT App through ...Unanswered | 1 Replies | 496 Views | Created by qwertyasvishwa - Sunday, April 12, 2015 6:31 AM | Last reply by Rob Caplan [MSFT] - Sunday, April 12, 2015 11:36 PM -
0 Votes
how to use timer?!
well I am using VS 2005 but i have no clue how to use this timer their. what i want to do is a messagebox ...Answered | 1 Replies | 2989 Views | Created by Salomon112 - Saturday, February 23, 2008 9:17 AM | Last reply by Suprotim Agarwal - Saturday, February 23, 2008 9:46 AM -
0 Votes
Dispatch timer in w10 mobile UWP
The dispatch timer is triggered in more than 1 min in my windows phone. But in emulator it is triggered immediately 300 ms may be. The UWP in windows 10 desktop triggered immediately ...Answered | 1 Replies | 514 Views | Created by Ablin2015 - Saturday, January 23, 2016 5:33 PM | Last reply by Senthamil Selvan - Saturday, January 23, 2016 6:01 PM -
1 Votes
how to use a timer in wpf
Hi List, I am trying to use a timer to start disappearing a panel in 3 second, but do not know how to do it. ...Answered | 1 Replies | 2876 Views | Created by azolfaghari - Tuesday, June 22, 2010 4:34 PM | Last reply by Nayan Paregi - Tuesday, June 22, 2010 4:50 PM -
0 Votes
Image slideshow
You can use a dispatch timer. Here is a link on how to use ...Answered | 1 Replies | 2060 Views | Created by vicraze - Wednesday, April 2, 2008 11:08 AM | Last reply by MSDN_Forums_User - Wednesday, April 2, 2008 3:18 PM -
0 Votes
how to use the timer
hello i am sure you will probably say what a noob but i have tried and i have no clue how to use the timer the thing that i want ...Answered | 3 Replies | 2412 Views | Created by eli_c - Tuesday, December 16, 2008 1:02 PM | Last reply by eli_c - Tuesday, December 16, 2008 2:50 PM -
0 Votes
[UWP]Dispatch TImer and Windows 10
if you want to implement a similar function, we can use theAnswered | 5 Replies | 3803 Views | Created by MJRush - Friday, September 4, 2015 6:44 AM | Last reply by phantom404 - Friday, September 25, 2015 8:51 PM -
0 Votes
Update TextBlock text using Dispatch timer
You have a minor issue in your code there. I changed it to: public MainWindow() { ...Answered | 3 Replies | 476 Views | Created by Bogdan Mocanu 01 - Saturday, August 8, 2015 7:44 PM | Last reply by Bogdan Mocanu 01 - Tuesday, August 11, 2015 7:18 PM -
0 Votes
How to use Timer control?
Hi all, Recently I developed a program that need to use timer. the timer doesn't work. Here is the code: using ...Answered | 3 Replies | 2341 Views | Created by Raymond_Starter - Tuesday, June 22, 2010 6:13 AM | Last reply by techmania - Tuesday, June 22, 2010 7:22 AM -
0 Votes
How to use Timer in simple app?
It depends on what you want to use it for. For this example i will just use it to display and change the time on a label control every ...Answered | 1 Replies | 3154 Views | Created by Sourabh_Sapre_231f68 - Thursday, May 17, 2007 5:32 AM | Last reply by kasmatt2000 - Thursday, May 17, 2007 7:18 AM -
1 Votes
How to use timer in WPF?
the point or there is no timer componenet available as it is in C#.if so please let me know how to use timer in WPF as i use the ...Discussion | 1 Replies | 5579 Views | Created by MDESIGN - Monday, April 4, 2011 8:26 AM | Last reply by piekop - Tuesday, April 5, 2011 1:41 PM -
0 Votes
How to use timer in Silverlight4
Hi Amit. For something like this you can use a dispatcher timer. The link contains some sample code that shows how to use ...Answered | 2 Replies | 2087 Views | Created by Amit Mishra_apt - Thursday, February 17, 2011 3:23 AM | Last reply by Peter Kuhn - Thursday, February 17, 2011 3:32 AM -
0 Votes
How to Dispatch Fast/Io
If this is a file system filter use the mini-filter model and the framework will do all the work for you. If you are not using a minifilter tell us what you are trying ...Answered | 5 Replies | 691 Views | Created by Thomas Hopes - Friday, November 25, 2016 2:35 AM | Last reply by Don Burn [Windrvr] - Friday, November 25, 2016 1:54 PM - Items 1 to 20 of 2929605 Next ›
No announcements