Click here to Skip to main content
15,917,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: Enumerate local pcs , workgroups etc...(PLEASE HELP) Pin
Nader Elshehabi31-Aug-06 10:29
Nader Elshehabi31-Aug-06 10:29 
GeneralRe: Enumerate local pcs , workgroups etc...(PLEASE HELP) Pin
giddy_guitarist31-Aug-06 19:46
giddy_guitarist31-Aug-06 19:46 
AnswerRe: Enumerate local pcs , workgroups etc...(PLEASE HELP) Pin
Nader Elshehabi1-Sep-06 5:05
Nader Elshehabi1-Sep-06 5:05 
GeneralRe: Enumerate local pcs , workgroups etc...(PLEASE HELP) Pin
giddy_guitarist5-Sep-06 8:19
giddy_guitarist5-Sep-06 8:19 
QuestionSending and Recieving Fax using ASP.Net, C# Pin
TestPager25-Aug-06 19:10
TestPager25-Aug-06 19:10 
QuestionHow to set the visibility of label item in StatusToolStrip control? Pin
rasper25-Aug-06 18:01
rasper25-Aug-06 18:01 
AnswerRe: How to set the visibility of label item in StatusToolStrip control? Pin
Nader Elshehabi26-Aug-06 3:17
Nader Elshehabi26-Aug-06 3:17 
Questionquestion about Timer Tick event Pin
likefood25-Aug-06 12:30
likefood25-Aug-06 12:30 
Hello, all. I've gotten a lot of help off this forum in the past, and I appreciate it! I hope someone can help me out with this one.

I have a timer, and I want the Interval to be as small as possible (timer to run as fast as possible). However, when I set it to 1, the program actually runs slower than if I set it to a more realistic number (like 30 or 50). This is because I have a number of steps to take with each tick. If the timer were just waiting for the previous tick to finish, there would come a point at which smaller and smaller Intervals wouldn't change the speed of the timer. But, the action does, in fact, slow down more and more with small values. This tells me that the timer is skipping a tick if the previous tick hasn't finished (just a theory, mind you).

Is there a way I can make the program tell me when the Interval is too small? I want it to realize when it's not finishing the code in the tick handler fast enough.

Ideas, anyone?

-Daniel
Typing too fast fro my owngood

AnswerRe: question about Timer Tick event Pin
Nader Elshehabi25-Aug-06 14:28
Nader Elshehabi25-Aug-06 14:28 
GeneralRe: question about Timer Tick event Pin
likefood25-Aug-06 14:47
likefood25-Aug-06 14:47 
GeneralRe: question about Timer Tick event Pin
Subby Dev25-Aug-06 14:39
Subby Dev25-Aug-06 14:39 
GeneralRe: question about Timer Tick event [modified] Pin
likefood25-Aug-06 14:48
likefood25-Aug-06 14:48 
AnswerIt is probably hardware specific Pin
Ennis Ray Lynch, Jr.25-Aug-06 17:29
Ennis Ray Lynch, Jr.25-Aug-06 17:29 
GeneralRe: It is probably hardware specific Pin
likefood25-Aug-06 17:47
likefood25-Aug-06 17:47 
AnswerRe: question about Timer Tick event Pin
Robert Rohde25-Aug-06 21:30
Robert Rohde25-Aug-06 21:30 
GeneralRe: question about Timer Tick event Pin
likefood26-Aug-06 13:31
likefood26-Aug-06 13:31 
AnswerRe: question about Timer Tick event Pin
Mike Dimmick26-Aug-06 2:34
Mike Dimmick26-Aug-06 2:34 
GeneralRe: question about Timer Tick event Pin
likefood26-Aug-06 13:47
likefood26-Aug-06 13:47 
GeneralRe: question about Timer Tick event Pin
Mike Dimmick26-Aug-06 14:32
Mike Dimmick26-Aug-06 14:32 
GeneralRe: question about Timer Tick event [modified] Pin
Mike Dimmick27-Aug-06 11:00
Mike Dimmick27-Aug-06 11:00 
GeneralRe: question about Timer Tick event Pin
likefood27-Aug-06 12:50
likefood27-Aug-06 12:50 
QuestionDateTime format Pin
kani9825-Aug-06 11:55
kani9825-Aug-06 11:55 
AnswerRe: DateTime format Pin
Ravi Bhavnani25-Aug-06 12:18
professionalRavi Bhavnani25-Aug-06 12:18 
AnswerRe: DateTime format Pin
drdavef25-Aug-06 12:29
drdavef25-Aug-06 12:29 
AnswerRe: DateTime format Pin
AnshShar25-Aug-06 12:43
AnshShar25-Aug-06 12:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.