Click here to Skip to main content
15,916,601 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to run WS in Win server 2003 Pin
E_Gold14-Feb-09 7:52
E_Gold14-Feb-09 7:52 
AnswerRe: How to run WS in Win server 2003 Pin
Eddy Vluggen13-Feb-09 23:39
professionalEddy Vluggen13-Feb-09 23:39 
QuestionHow to load a method automatically in webservice while starting it???/ Pin
Nikki0513-Feb-09 17:25
Nikki0513-Feb-09 17:25 
AnswerRe: How to load a method automatically in webservice while starting it???/ Pin
Guffa13-Feb-09 18:57
Guffa13-Feb-09 18:57 
AnswerRe: How to load a method automatically in webservice while starting it???/ Pin
PIEBALDconsult14-Feb-09 3:38
mvePIEBALDconsult14-Feb-09 3:38 
Questionneed clarification about value passing to sql 2000 Pin
prasadbuddhika13-Feb-09 17:12
prasadbuddhika13-Feb-09 17:12 
AnswerRe: need clarification about value passing to sql 2000 Pin
Christian Graus13-Feb-09 22:37
protectorChristian Graus13-Feb-09 22:37 
AnswerRe: need clarification about value passing to sql 2000 Pin
Luc Pattyn14-Feb-09 2:35
sitebuilderLuc Pattyn14-Feb-09 2:35 
QuestionClickonce compression? Pin
Member 232448313-Feb-09 12:52
Member 232448313-Feb-09 12:52 
AnswerRe: Clickonce compression? Pin
Not Active13-Feb-09 13:52
mentorNot Active13-Feb-09 13:52 
QuestionIOException Pin
CodingYoshi13-Feb-09 11:49
CodingYoshi13-Feb-09 11:49 
AnswerRe: IOException Pin
Calin Tatar13-Feb-09 12:41
Calin Tatar13-Feb-09 12:41 
AnswerRe: IOException Pin
ABitSmart13-Feb-09 16:35
ABitSmart13-Feb-09 16:35 
QuestionReportViewer Date Param Problem Pin
howlettt13-Feb-09 11:44
howlettt13-Feb-09 11:44 
AnswerRe: ReportViewer Date Param Problem Pin
howlettt18-Feb-09 4:41
howlettt18-Feb-09 4:41 
QuestionMerge data from xml to sql server Pin
cdpace13-Feb-09 7:05
cdpace13-Feb-09 7:05 
AnswerRe: Merge data from xml to sql server Pin
Christian Graus13-Feb-09 8:49
protectorChristian Graus13-Feb-09 8:49 
AnswerRe: Merge data from xml to sql server Pin
akidan13-Feb-09 10:08
akidan13-Feb-09 10:08 
GeneralRe: Merge data from xml to sql server Pin
cdpace13-Feb-09 23:14
cdpace13-Feb-09 23:14 
QuestionBingo Cards in C# (Graphics and Printing Question) Pin
Michael Fritzius13-Feb-09 6:58
professionalMichael Fritzius13-Feb-09 6:58 
AnswerRe: Bingo Cards in C# (Graphics and Printing Question) Pin
Ravadre13-Feb-09 7:09
Ravadre13-Feb-09 7:09 
AnswerRe: Bingo Cards in C# (Graphics and Printing Question) Pin
musefan13-Feb-09 7:13
musefan13-Feb-09 7:13 
AnswerRe: Bingo Cards in C# (Graphics and Printing Question) Pin
Luc Pattyn13-Feb-09 7:25
sitebuilderLuc Pattyn13-Feb-09 7:25 
AnswerRe: Bingo Cards in C# (Graphics and Printing Question) Pin
PIEBALDconsult13-Feb-09 12:29
mvePIEBALDconsult13-Feb-09 12:29 
QuestionCreating the equivalent of a 10ms interrupt timer Pin
Bruce Coward13-Feb-09 5:54
Bruce Coward13-Feb-09 5:54 
I have 20 years plus embedded experience but am new to C# and Windows CE so this will be a basic question...

I am developing a C# ap that requires some interface housekeeping to be done every 10ms. This ap is being tested on XP pro but will eventually go to an embedded device running Windows CE 6.

In normal embedded environments I would set up a hardware timer in the cpu and put the function in an interrupt routine.

We will have a small number of threads running that will be doing inbound message handling, MMI and some other functions. I think I need to have a "timer" thread called every 10ms to do this housekeeping so I have been looking at the various timer options. From Luc's excellent article on timers I see that the resolution of all timers except the multimedia timer will not be good enough.

So, am I barking up the right tree? Is there a better way? (Note that the housekeeping function varies in length)

Your input would be very much appreciated.

Many thanks Bruce Confused | :confused:

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.