Click here to Skip to main content
15,886,673 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dataset and Datagrid Pin
TheJudeDude5-May-06 6:55
TheJudeDude5-May-06 6:55 
Questioncheckbox control and rowID Pin
karinb4-May-06 5:44
karinb4-May-06 5:44 
QuestionFREE C# Material Pin
dotnetguide4-May-06 5:05
dotnetguide4-May-06 5:05 
AnswerRe: FREE C# Material Pin
Paul Conrad4-May-06 5:35
professionalPaul Conrad4-May-06 5:35 
AnswerRe: FREE C# Material Pin
J4amieC4-May-06 5:38
J4amieC4-May-06 5:38 
GeneralRe: FREE C# Material Pin
Paul Conrad4-May-06 5:41
professionalPaul Conrad4-May-06 5:41 
GeneralRe: FREE C# Material Pin
J4amieC4-May-06 5:53
J4amieC4-May-06 5:53 
QuestionHigh speed/precision timer possible? Pin
Dan Neely4-May-06 4:16
Dan Neely4-May-06 4:16 
I have a while(true) loop runing in a thread that's currently just updating UI, but will eventually be controlling a peice of external hardware. The debug text it's outputing includes a timestamp in ms (DateTime.Now.ToString("HH:mm:ss.fff")), but it's tick rate is approximately 10ms. I tried doing finer grained control by adding a 1ms Sleep call and incrementing a counter, but vagarities of the scheduler meant I was getting anywhere between 2 and a half dozen updates during the course of a 10ms DateTime tick.

Is there a more finegrained option available, or is the 10ms of DateTime the best I can do?
AnswerRe: High speed/precision timer possible? Pin
J4amieC4-May-06 4:36
J4amieC4-May-06 4:36 
GeneralRe: High speed/precision timer possible? Pin
Dan Neely4-May-06 4:38
Dan Neely4-May-06 4:38 
GeneralRe: High speed/precision timer possible? Pin
Rob Philpott4-May-06 4:50
Rob Philpott4-May-06 4:50 
GeneralRe: High speed/precision timer possible? Pin
Dan Neely4-May-06 5:53
Dan Neely4-May-06 5:53 
GeneralRe: High speed/precision timer possible? Pin
Dan Neely4-May-06 8:50
Dan Neely4-May-06 8:50 
GeneralRe: High speed/precision timer possible? Pin
Rob Philpott4-May-06 12:49
Rob Philpott4-May-06 12:49 
GeneralRe: High speed/precision timer possible? Pin
Dan Neely5-May-06 2:14
Dan Neely5-May-06 2:14 
AnswerRe: High speed/precision timer possible? Pin
Guffa4-May-06 6:28
Guffa4-May-06 6:28 
GeneralRe: High speed/precision timer possible? Pin
Dan Neely4-May-06 7:18
Dan Neely4-May-06 7:18 
GeneralRe: High speed/precision timer possible? Pin
Phil C5-May-06 19:08
Phil C5-May-06 19:08 
Questionwindows application deployment Pin
TheEagle4-May-06 4:13
TheEagle4-May-06 4:13 
AnswerRe: windows application deployment Pin
MoustafaS4-May-06 4:31
MoustafaS4-May-06 4:31 
GeneralRe: windows application deployment Pin
TheEagle4-May-06 4:40
TheEagle4-May-06 4:40 
AnswerRe: windows application deployment Pin
MoustafaS4-May-06 4:42
MoustafaS4-May-06 4:42 
GeneralRe: windows application deployment Pin
TheEagle4-May-06 4:49
TheEagle4-May-06 4:49 
QuestionFinding the most common string in an ArrayList Pin
Subterranean4-May-06 4:11
Subterranean4-May-06 4:11 
AnswerRe: Finding the most common string in an ArrayList Pin
Josh Smith4-May-06 5:15
Josh Smith4-May-06 5:15 

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.