No announcements
Found 50321 threads
-
0 Votes
Countdown Timer!
Hi, p rivate DispatcherTimer timer; //It Will Start Timer// private void StartTimer() ...Answered | 5 Replies | 1985 Views | Created by Burak Ergenc - Thursday, August 1, 2013 7:42 PM | Last reply by Burak Ergenc - Friday, August 2, 2013 9:01 PM -
0 Votes
VC++ Timers
You are using the windows timer message.Answered | 2 Replies | 3785 Views | Created by The Captain 22 - Thursday, November 6, 2008 8:00 PM | Last reply by Brian Muth - Thursday, November 6, 2008 8:59 PM -
0 Votes
Timer Help
I am working on code that will have 2 countdown timers, each which can be set by user input, 1 elapsed timer (all timers with start, stop, pause, and ...Answered | 2 Replies | 2227 Views | Created by s0teric - Saturday, July 14, 2012 12:00 AM | Last reply by Kris444 - Saturday, July 14, 2012 3:22 AM -
3 Votes
timer in vb.net??
To measure how much time something takes to complete, you can use a stopwatch - Not a timer (although technically you can count the number of tick events raised by the timer and use ...Answered | 4 Replies | 3868 Views | Created by jole almoner - Wednesday, September 1, 2010 6:27 PM | Last reply by Stanav - Wednesday, September 1, 2010 9:06 PM -
0 Votes
Timer Interval
Type . after Timer to see what methods are available or try temporarily moving extensions out of the way as suggested.Answered | 5 Replies | 1499 Views | Created by jswlhw - Tuesday, February 26, 2013 6:04 PM | Last reply by jswlhw - Wednesday, February 27, 2013 1:57 PM -
13 Votes
what is Timer, how can we write code similler timer
Asychronous timers are.Answered | 45 Replies | 5376 Views | Created by Shariq Ayaz - Thursday, July 29, 2010 9:57 PM | Last reply by Shariq Ayaz - Thursday, August 5, 2010 5:40 PM -
0 Votes
Timer interval
public partial class Form1 : Form { Timer oTimer = null; // create an object of Timer public Form1() ...Answered | 6 Replies | 4110 Views | Created by Bellbharathi - Tuesday, June 30, 2009 12:43 PM | Last reply by Guang-Ming Bian - MSFT - Thursday, July 2, 2009 9:01 AM -
0 Votes
Timer Job
After deploying it, restart the "SharePoint 2010 timer" and check for your changes.Answered | 1 Replies | 4082 Views | Created by fodi30 - Tuesday, January 3, 2012 5:38 AM | Last reply by Ram Prasad Meenavalli - Tuesday, January 3, 2012 5:49 AM -
0 Votes
Timer problem
try { timer1.Interval = 5000; timer1.Enabled = true; } ...Answered | 7 Replies | 1961 Views | Created by maxbox88 - Monday, September 5, 2011 5:44 AM | Last reply by JohnWein - Monday, September 5, 2011 8:38 AM -
2 Votes
Using a timer
Hi Rurushu, We have class called DispatcherTimer, which does the job of the timer control.Answered | 1 Replies | 4769 Views | Created by Rurushu - Thursday, August 28, 2008 12:20 PM | Last reply by BalaMurugan_Sa - Saturday, August 30, 2008 12:25 PM -
1 Votes
C# Timer
private Timer timer; ...Answered | 2 Replies | 4754 Views | Created by Ewebfoot - Tuesday, September 2, 2008 12:19 AM | Last reply by Viral Jain - Tuesday, September 2, 2008 4:21 AM -
0 Votes
Timer Control
<asp:ScriptManager ID="scriptManager" runat="server"> </asp:ScriptManager> <div> <asp:UpdatePanel ...Answered | 5 Replies | 4089 Views | Created by Dalz - Friday, February 19, 2010 4:30 PM | Last reply by After2050 - Monday, February 22, 2010 5:27 AM -
8 Votes
Timer question
So say a subroutine takes 10 milliseconds to run. and you have a timer function thats calling That sub every 7 milliseconds Would it crash?Answered | 9 Replies | 1587 Views | Created by Zock77 - Friday, December 14, 2012 4:22 PM | Last reply by litdev - Sunday, December 16, 2012 1:40 PM -
0 Votes
Countdown Timer
Did you enable the timer?Answered | 14 Replies | 4466 Views | Created by 1f2g3 - Monday, March 2, 2009 9:42 PM | Last reply by dbasnett - Monday, March 30, 2009 6:48 PM -
4 Votes
timer
is there a way to have a timer go off 4 times and display text in a text box...Answered | 4 Replies | 2678 Views | Created by Riten900 - Tuesday, June 14, 2011 4:56 AM | Last reply by Carmelo La Monica - Tuesday, June 14, 2011 6:25 AM -
3 Votes
Background Timer
a Windows Forms Timer uses the Windows message loop, and won't tick if the application main (GUI) thread is busy.Answered | 7 Replies | 9205 Views | Created by RobertyBob - Sunday, October 27, 2013 8:35 AM | Last reply by RobertyBob - Sunday, October 27, 2013 1:50 PM -
0 Votes
C# Timer
A simple way is to check the status of the timer inside your action.Answered | 2 Replies | 654 Views | Created by Patrik Bak - Saturday, August 6, 2016 4:08 AM | Last reply by Viorel_ - Saturday, August 6, 2016 6:01 AM -
3 Votes
Timer Job
I just had to add a piece of code in the begging of my timer job and it.Answered | 6 Replies | 2316 Views | Created by Vicky-SP - Friday, March 8, 2013 7:34 AM | Last reply by Vicky-SP - Tuesday, March 12, 2013 3:48 AM -
0 Votes
Timer job question
Check out Andrew Connell's blog posting on writing custom timer jobs.Answered | 6 Replies | 5950 Views | Created by diffident - Wednesday, November 19, 2008 4:38 PM | Last reply by Eli Van Eenwyk [MCM] - Thursday, November 20, 2008 12:29 PM -
0 Votes
Timer jobs
Here are some resources that can help you read the rss syndication feeds and to create a custom timer ...Answered | 1 Replies | 3771 Views | Created by BASIL PAUL - Saturday, March 31, 2012 7:30 AM | Last reply by Jeffrey Zeeman - Saturday, March 31, 2012 1:57 PM
No announcements