Click here to Skip to main content
15,921,841 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to use "Reflection "to compare classes? Pin
Russell Jones29-Jan-07 22:33
Russell Jones29-Jan-07 22:33 
AnswerRe: How to use "Reflection "to compare classes? Pin
Dan Neely30-Jan-07 2:50
Dan Neely30-Jan-07 2:50 
QuestionZedGraph: DateTime Axis-scale problem and language settings Pin
Rene Tanner29-Jan-07 21:00
Rene Tanner29-Jan-07 21:00 
Questionhow to use time delay? Pin
Petra29-Jan-07 20:08
Petra29-Jan-07 20:08 
AnswerRe: how to use time delay? Pin
TuanNH8529-Jan-07 20:23
TuanNH8529-Jan-07 20:23 
AnswerRe: how to use time delay? Pin
blackjack215029-Jan-07 20:23
blackjack215029-Jan-07 20:23 
AnswerRe: how to use time delay? Pin
Christian Graus29-Jan-07 21:56
protectorChristian Graus29-Jan-07 21:56 
AnswerRe: how to use time delay? Pin
Luc Pattyn30-Jan-07 2:18
sitebuilderLuc Pattyn30-Jan-07 2:18 
As Christian said, the delay you get from a timer will exceed 1 msec, no matter what you ask
for. (If you ask for small values, you probably will get around 10 to 16 msec). This holds
true for Form.Timer, Threading.Timer and Timers.Timer

There are ways to obtain shorter delays, e.g. by using a multimedia timer.

I have just finished an article on this, I expect it to appear in the coming days.
Title will be "Timer surprises...".

Smile | :)



Luc Pattyn

QuestionHTMLElement Object Problem Pin
TuanNH8529-Jan-07 19:53
TuanNH8529-Jan-07 19:53 
GeneralRe: HTMLElement Object Problem Pin
andre_swnpl29-Jan-07 20:19
andre_swnpl29-Jan-07 20:19 
QuestionOMG? Pin
TuanNH8529-Jan-07 20:37
TuanNH8529-Jan-07 20:37 
GeneralRe: OMG? Pin
andre_swnpl29-Jan-07 20:51
andre_swnpl29-Jan-07 20:51 
GeneralRe: OMG? Pin
bobsugar22229-Jan-07 21:34
bobsugar22229-Jan-07 21:34 
Questionlooping windows forms datagrid in c# Pin
Sivaprasad C29-Jan-07 19:36
Sivaprasad C29-Jan-07 19:36 
Questionreturning more than single value from a single function Pin
sukaan29-Jan-07 19:01
sukaan29-Jan-07 19:01 
AnswerRe: returning more than single value from a single function Pin
Sylvester george29-Jan-07 20:05
Sylvester george29-Jan-07 20:05 
AnswerRe: returning more than single value from a single function Pin
andre_swnpl29-Jan-07 20:05
andre_swnpl29-Jan-07 20:05 
AnswerRe: returning more than single value from a single function Pin
blackjack215029-Jan-07 20:20
blackjack215029-Jan-07 20:20 
GeneralRe: returning more than single value from a single function Pin
aSarafian30-Jan-07 0:36
aSarafian30-Jan-07 0:36 
AnswerRe: returning more than single value from a single function Pin
Colin Angus Mackay29-Jan-07 21:36
Colin Angus Mackay29-Jan-07 21:36 
AnswerRe: returning more than single value from a single function Pin
Luc Pattyn30-Jan-07 2:31
sitebuilderLuc Pattyn30-Jan-07 2:31 
GeneralRe: returning more than single value from a single function Pin
Martin#30-Jan-07 3:23
Martin#30-Jan-07 3:23 
QuestionInvalidActiveXSateException was unhandled- MSChart control 6.0 Pin
GunaChinna29-Jan-07 18:13
GunaChinna29-Jan-07 18:13 
QuestionSimple calculator using ASP.NET Pin
coolgoose1329-Jan-07 13:30
coolgoose1329-Jan-07 13:30 
AnswerRe: Simple calculator using ASP.NET Pin
Christian Graus29-Jan-07 13:31
protectorChristian Graus29-Jan-07 13:31 

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.